summaryrefslogtreecommitdiff
path: root/src/user/lib/fs/whitelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/fs/whitelist.c')
-rw-r--r--src/user/lib/fs/whitelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user/lib/fs/whitelist.c b/src/user/lib/fs/whitelist.c
index 571ebfb..5612d9a 100644
--- a/src/user/lib/fs/whitelist.c
+++ b/src/user/lib/fs/whitelist.c
@@ -3,8 +3,8 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include <user/lib/fs/dir.h>
-#include <user/lib/fs/misc.h>
+#include <camellia/fs/dir.h>
+#include <camellia/fs/misc.h>
static int dir_seglen2(const char *path, size_t len) {
/* returns the length of the first segment of the path, including the trailing / (if any). */