aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-09-26 20:01:32 +0000
committerOmar Polo <op@omarpolo.com>2021-09-26 20:01:32 +0000
commit0c66b6ad55416d9fca326c04b038784a9e59a84e (patch)
tree2a22b7b12b553523ce52779880955020603075c7 /sandbox.c
parent6f27d2595ae350dc6f9ce226d079370645dbff03 (diff)
forgot include
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox.c b/sandbox.c
index 01cb34b..1d6b186 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -69,6 +69,7 @@ sandbox_logger_process(void)
#elif defined(__linux__)
+#include <sys/ioctl.h>
#include <sys/prctl.h>
#include <sys/syscall.h>
#include <sys/syscall.h>