changeset 416:4e34a2fce645 src

Do not use non-standard sys/fcntl.h include, use just fcntl.h This also matches the already existing include in vm/vm.c.
author reimar
date Sat, 11 Jun 2011 15:42:20 +0000
parents 47c4e70d43ae
children af0b6a8bf7e9
files remap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/remap.c	Sun Mar 20 18:06:39 2011 +0000
+++ b/remap.c	Sat Jun 11 15:42:20 2011 +0000
@@ -26,7 +26,7 @@
 
 #ifndef _MSC_VER
 #include <sys/param.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #else
 #ifndef MAXPATHLEN
 #define MAXPATHLEN 255