summaryrefslogtreecommitdiff
path: root/src/user/app/tmpfs
diff options
context:
space:
mode:
authordzwdz2022-08-11 22:39:12 +0200
committerdzwdz2022-08-11 22:39:12 +0200
commitd170ceb6c9f26f222558012ccbb75614ec2a6b8f (patch)
treec7f41a46109ee6e4dd237a94184cc1c9c1815996 /src/user/app/tmpfs
parent162395700b100943eb019ce2b363f4d6ed03ab1a (diff)
shared/header: don't mix kinds of declarations between headers
syscalls.h shouldn't define a random struct etc
Diffstat (limited to 'src/user/app/tmpfs')
-rw-r--r--src/user/app/tmpfs/tmpfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/tmpfs/tmpfs.c b/src/user/app/tmpfs/tmpfs.c
index 9bc3d6c..401bab3 100644
--- a/src/user/app/tmpfs/tmpfs.c
+++ b/src/user/app/tmpfs/tmpfs.c
@@ -1,3 +1,4 @@
+#include <camellia/flags.h>
#include <camellia/fsutil.h>
#include <camellia/syscalls.h>
#include <errno.h>