summaryrefslogtreecommitdiff
path: root/src/user/app/shell/shell.c
diff options
context:
space:
mode:
authordzwdz2022-12-25 21:47:23 +0100
committerdzwdz2022-12-25 21:47:23 +0100
commitf6bc1ccf2462642383d1644321a101e62105c2a7 (patch)
tree98b78da8a9f155adaaffdb92235572c222c97371 /src/user/app/shell/shell.c
parentfb6f520e0b65c08d0c01eee75e5216540786ac6b (diff)
user/lib: reorganize a few header files
Diffstat (limited to 'src/user/app/shell/shell.c')
-rw-r--r--src/user/app/shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/shell/shell.c b/src/user/app/shell/shell.c
index 290102e..365e087 100644
--- a/src/user/app/shell/shell.c
+++ b/src/user/app/shell/shell.c
@@ -8,7 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <user/lib/fs/misc.h>
+#include <camellia/fs/misc.h>
#include <x86intrin.h>
int main();