feat: shell and signal demo as loadable user executable
[lunaix-os.git] / lunaix-os / kernel / process / taskfs.c
index 6507eb1d9b292453ff615738554b4e7f209cc329..ca7f61e13c8dfabeb62af094b8cc9fa371068e2f 100644 (file)
@@ -7,7 +7,7 @@
 #include <klibc/stdio.h>
 #include <klibc/string.h>
 
-#include <usr/sys/dirent_defs.h>
+#include <sys/dirent_defs.h>
 
 #define COUNTER_MASK ((1 << 16) - 1)