Fix includes for setuid and friends

This commit is contained in:
Michael Martin
2018-01-12 20:57:34 -08:00
parent 98ab7ef3dd
commit cd3d430398
+2
View File
@@ -36,7 +36,9 @@
#if defined unix || (defined __APPLE__ && defined __MACH__)
#include <pwd.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#endif
#include <string.h>