diff options
Diffstat (limited to 'src/user/bootstrap/tar.c')
-rw-r--r-- | src/user/bootstrap/tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user/bootstrap/tar.c b/src/user/bootstrap/tar.c index 40da437..a392f4c 100644 --- a/src/user/bootstrap/tar.c +++ b/src/user/bootstrap/tar.c @@ -1,6 +1,6 @@ -#include <shared/flags.h> +#include <camellia/flags.h> +#include <camellia/syscalls.h> #include <shared/mem.h> -#include <shared/syscalls.h> #include <stdint.h> #include "tar.h" |