summaryrefslogtreecommitdiff
path: root/src/user/bootstrap/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/bootstrap/tar.h')
-rw-r--r--src/user/bootstrap/tar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/bootstrap/tar.h b/src/user/bootstrap/tar.h
index 43aa9ed..fe4d6c5 100644
--- a/src/user/bootstrap/tar.h
+++ b/src/user/bootstrap/tar.h
@@ -1,5 +1,5 @@
#pragma once
-#include <shared/types.h>
+#include <camellia/types.h>
_Noreturn void tar_driver(void *base);
void *tar_find(const char *path, size_t path_len, void *base, size_t base_len);