diff options
Diffstat (limited to 'src/user/app/tests/kernel')
-rw-r--r-- | src/user/app/tests/kernel/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/tests/kernel/misc.c b/src/user/app/tests/kernel/misc.c index 01e041d..e22cba2 100644 --- a/src/user/app/tests/kernel/misc.c +++ b/src/user/app/tests/kernel/misc.c @@ -3,6 +3,7 @@ #include <camellia/flags.h> #include <camellia/syscalls.h> #include <string.h> +#include <unistd.h> static void test_fault_kill(void) { if (!fork()) { /* invalid memory access */ |