chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / kernel / process / taskfs.c
index 753470306ea4b852bff5154ad543873d8559ceda..ca7f61e13c8dfabeb62af094b8cc9fa371068e2f 100644 (file)
@@ -1,4 +1,3 @@
-#include <lunaix/dirent.h>
 #include <lunaix/fs/taskfs.h>
 #include <lunaix/fs/twimap.h>
 #include <lunaix/mm/valloc.h>
@@ -8,6 +7,8 @@
 #include <klibc/stdio.h>
 #include <klibc/string.h>
 
+#include <sys/dirent_defs.h>
+
 #define COUNTER_MASK ((1 << 16) - 1)
 
 static struct hbucket* attr_export_table;