diff options
Diffstat (limited to 'src/user/app/tests/tests.h')
-rw-r--r-- | src/user/app/tests/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/tests/tests.h b/src/user/app/tests/tests.h index d092115..b47e9b9 100644 --- a/src/user/app/tests/tests.h +++ b/src/user/app/tests/tests.h @@ -1,7 +1,7 @@ #pragma once #include <camellia/syscalls.h> #include <stdio.h> -#include <unistd.h> +#include <stdlib.h> #define TMPFILEPATH "/tmp/.test_internal" |