diff options
Diffstat (limited to 'otherlibs/unix/fcntl.c')
-rw-r--r-- | otherlibs/unix/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/fcntl.c b/otherlibs/unix/fcntl.c index 54f4a7a3c..1324aa2bc 100644 --- a/otherlibs/unix/fcntl.c +++ b/otherlibs/unix/fcntl.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" #ifdef HAS_UNISTD #include <unistd.h> #endif |