diff options
Diffstat (limited to 'otherlibs/win32unix/open.c')
-rw-r--r-- | otherlibs/win32unix/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/open.c b/otherlibs/win32unix/open.c index 98f622bd3..248e7018b 100644 --- a/otherlibs/win32unix/open.c +++ b/otherlibs/win32unix/open.c @@ -13,7 +13,7 @@ #include <mlvalues.h> #include <alloc.h> -#include "unixwin.h" +#include "unixsupport.h" #include <fcntl.h> static int open_flag_table[] = { |