refactor: Fix syscall headers

main
Sean McBride 4 years ago
parent ffff81957f
commit 1a561a27a7

@ -7,8 +7,10 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <unistd.h>
#include "current_sandbox.h"
#include "worker_thread.h"
// What should we tell the child program its UID and GID are?
#define UID 0xFF

Loading…
Cancel
Save