renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / usr / libc / src / posix / unistd.c
index e3cd16ca5c6bc2fc7df5209cb8b0ff742c3249e1..b6234ed51b460d8f5195eb0574f8c1d1103533d4 100644 (file)
@@ -1,5 +1,5 @@
 #include <syscall.h>
-#include <lunaix/types.h>
+#include <sys/types.h>
 
 pid_t
 fork()