Add missing string.h includes in whoami and arch

master
Drake 3 years ago
parent 909000e44b
commit 7e8821908c
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -1,4 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>

@ -1,4 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>

Loading…
Cancel
Save