diff options
Diffstat (limited to 'otherlibs/win32unix/link.c')
-rw-r--r-- | otherlibs/win32unix/link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32unix/link.c b/otherlibs/win32unix/link.c index d0fe02df1..11f6d37ca 100644 --- a/otherlibs/win32unix/link.c +++ b/otherlibs/win32unix/link.c @@ -13,10 +13,10 @@ /* $Id$ */ -#include "unixsupport.h" -#include <windows.h> #include <mlvalues.h> #include <fail.h> +#include "unixsupport.h" +#include <windows.h> typedef BOOL (WINAPI *tCreateHardLink)( |