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