Fix includes for setuid and friends
This commit is contained in:
@@ -36,7 +36,9 @@
|
|||||||
|
|
||||||
#if defined unix || (defined __APPLE__ && defined __MACH__)
|
#if defined unix || (defined __APPLE__ && defined __MACH__)
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user