refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index 5a6fb9095839576578065c623d6d164c6c0600a7..fc0ef1ceeedce13b2a66702ba2ae9ffa1877da58 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <stdarg.h>
 #include <stddef.h>
-#include <sys/types.h>
+#include <usr/lunaix/types.h>
 
 #define PACKED __attribute__((packed))