summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/winwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/winwait.c')
-rw-r--r--otherlibs/win32unix/winwait.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/win32unix/winwait.c b/otherlibs/win32unix/winwait.c
index c81bc4f35..4eb0fda45 100644
--- a/otherlibs/win32unix/winwait.c
+++ b/otherlibs/win32unix/winwait.c
@@ -13,13 +13,13 @@
/* $Id$ */
-#include "unixsupport.h"
-#include <windows.h>
#include <mlvalues.h>
#include <alloc.h>
#include <memory.h>
-#include <sys/types.h>
#include <signals.h>
+#include "unixsupport.h"
+#include <windows.h>
+#include <sys/types.h>
static value alloc_process_status(HANDLE pid, int status)
{