diff options
Diffstat (limited to 'otherlibs/win32unix/startup.c')
-rw-r--r-- | otherlibs/win32unix/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/startup.c b/otherlibs/win32unix/startup.c index ffbc4518e..65aedc6a8 100644 --- a/otherlibs/win32unix/startup.c +++ b/otherlibs/win32unix/startup.c @@ -11,11 +11,11 @@ /* */ /***********************************************************************/ -#include "winworker.h" #include <stdio.h> #include <fcntl.h> #include <stdlib.h> #include <mlvalues.h> +#include "winworker.h" #include "windbug.h" value val_process_id; |