summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/vfs/path.c')
-rw-r--r--src/kernel/vfs/path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/vfs/path.c b/src/kernel/vfs/path.c
index 096d3fe..df5f00f 100644
--- a/src/kernel/vfs/path.c
+++ b/src/kernel/vfs/path.c
@@ -1,5 +1,6 @@
#include <kernel/vfs/path.h>
#include <kernel/panic.h>
+#include <shared/mem.h>
int path_simplify(const char *in, char *out, size_t len) {
if (len == 0) return -1; // empty paths are invalid