diff options
author | Omar Polo <op@omarpolo.com> | 2021-09-26 20:01:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-09-26 20:01:32 +0000 |
commit | 0c66b6ad55416d9fca326c04b038784a9e59a84e (patch) | |
tree | 2a22b7b12b553523ce52779880955020603075c7 /sandbox.c | |
parent | 6f27d2595ae350dc6f9ce226d079370645dbff03 (diff) |
forgot include
Diffstat (limited to 'sandbox.c')
-rw-r--r-- | sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |