Add sys/capability.h and sys/prctl.h includes in setuid.c

This commit is contained in:
Nick Mathewson
2018-06-28 15:34:51 -04:00
parent b67754cd64
commit be40ad51b6
+6
View File
@@ -28,6 +28,12 @@
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#ifdef HAVE_SYS_CAPABILITY_H
#include <sys/capability.h>
#endif
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>
#endif
#include <errno.h>
#include <string.h>