FIX BUILD (Solaris): include fcntl.h for file operations
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 15 Jan 2008 05:18:44 +0000 (05:18 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Tue, 15 Jan 2008 05:18:44 +0000 (05:18 +0000)
rts/posix/OSMem.c

index 9b71d1c..66f6309 100644 (file)
@@ -25,6 +25,9 @@
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
 
 #include <errno.h>