diff options
Diffstat (limited to 'otherlibs/win32unix/select.c')
-rw-r--r-- | otherlibs/win32unix/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/select.c b/otherlibs/win32unix/select.c index d0fd25b89..6d7961bb3 100644 --- a/otherlibs/win32unix/select.c +++ b/otherlibs/win32unix/select.c @@ -13,12 +13,12 @@ /* $Id$ */ -#include "winworker.h" #include <mlvalues.h> #include <alloc.h> #include <memory.h> #include <fail.h> #include <signals.h> +#include "winworker.h" #include <stdio.h> #include "windbug.h" #include "winlist.h" |