# HG changeset patch # User reimar # Date 1307806940 0 # Node ID 4e34a2fce645200b649d564b17395f7cda0530f9 # Parent 47c4e70d43ae8b03eb37643129de6c8993f838e1 Do not use non-standard sys/fcntl.h include, use just fcntl.h This also matches the already existing include in vm/vm.c. diff -r 47c4e70d43ae -r 4e34a2fce645 remap.c --- 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 -#include +#include #else #ifndef MAXPATHLEN #define MAXPATHLEN 255