diff options
Diffstat (limited to 'otherlibs/win32unix/times.c')
-rw-r--r-- | otherlibs/win32unix/times.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32unix/times.c b/otherlibs/win32unix/times.c index 41ae985df..e6b5ab0ab 100644 --- a/otherlibs/win32unix/times.c +++ b/otherlibs/win32unix/times.c @@ -11,10 +11,10 @@ /* */ /***********************************************************************/ -#include "unixsupport.h" -#include <windows.h> #include <mlvalues.h> #include <alloc.h> +#include "unixsupport.h" +#include <windows.h> double to_sec(FILETIME ft) { |