renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / usr / libc / src / posix / mann.c
index b7756fa2250a1e9a3159569a8783c30586c5c1e0..1481c122a4a5ec6bbf522e07813573833219e0fe 100644 (file)
@@ -1,6 +1,6 @@
 #include <syscall.h>
-#include <lunaix/mann.h>
-#include <lunaix/types.h>
+#include <sys/mman.h>
+#include <sys/types.h>
 
 void*
 mmap(void* addr, size_t length, int proct, int flags, int fd, off_t offset)