diff options
Diffstat (limited to 'src/user/bootstrap/tar.c')
-rw-r--r-- | src/user/bootstrap/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/bootstrap/tar.c b/src/user/bootstrap/tar.c index 0a6a8a9..752c86e 100644 --- a/src/user/bootstrap/tar.c +++ b/src/user/bootstrap/tar.c @@ -4,8 +4,8 @@ #include <camellia/syscalls.h> #include <shared/mem.h> #include <stdint.h> +#include <stdlib.h> #include <string.h> -#include <unistd.h> #include <user/lib/compat.h> #include <user/lib/fs/dir.h> |