diff options
Diffstat (limited to 'src/linux/chroot.c')
-rw-r--r-- | src/linux/chroot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/chroot.c b/src/linux/chroot.c index 82b4fe75..0e69f145 100644 --- a/src/linux/chroot.c +++ b/src/linux/chroot.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include <unistd.h> #include "syscall.h" |