diff options
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 4af6225c93..c16006512a 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -19,9 +19,7 @@ #include "TSRM.h" #include <windows.h> -#if HAVE_UTIME -# include <sys/utime.h> -#endif +#include <sys/utime.h> #include "win32/ipc.h" struct ipc_perm { |