aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox.c b/sandbox.c
index c8fbdaf..07a3094 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -7,11 +7,10 @@
#if defined (__linux__)
# define __USE_GNU
# include <linux/landlock.h>
-# include <linux/prctl.h>
# include <sys/syscall.h>
# include <sys/prctl.h>
+# include <stdint.h>
# include <fcntl.h>
-# include <arpa/inet.h>
#endif
void sbox_enter(const char *basedir)