diff options
Diffstat (limited to 'otherlibs/win32unix/createprocess.c')
-rw-r--r-- | otherlibs/win32unix/createprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/createprocess.c b/otherlibs/win32unix/createprocess.c index 714513cac..174890392 100644 --- a/otherlibs/win32unix/createprocess.c +++ b/otherlibs/win32unix/createprocess.c @@ -13,10 +13,10 @@ /* $Id$ */ +#include "unixsupport.h" #include <windows.h> #include <mlvalues.h> #include <osdeps.h> -#include "unixsupport.h" static int win_has_console(void); |