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 174890392..460a985c6 100644 --- a/otherlibs/win32unix/createprocess.c +++ b/otherlibs/win32unix/createprocess.c @@ -13,9 +13,9 @@ /* $Id$ */ +#include <mlvalues.h> #include "unixsupport.h" #include <windows.h> -#include <mlvalues.h> #include <osdeps.h> static int win_has_console(void); |