summaryrefslogtreecommitdiff
path: root/src/user/app/logfs/logfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/logfs/logfs.c')
-rw-r--r--src/user/app/logfs/logfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/logfs/logfs.c b/src/user/app/logfs/logfs.c
index ba25564..14a8f2a 100644
--- a/src/user/app/logfs/logfs.c
+++ b/src/user/app/logfs/logfs.c
@@ -3,7 +3,7 @@
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
-#include <user/lib/fs/misc.h>
+#include <camellia/fs/misc.h>
_Noreturn void fs(void) {
const size_t buflen = 1024;