diff options
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index ae96505590..cb636a6851 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -23,6 +23,9 @@ #include "TSRM.h" #include <windows.h> +#if HAVE_UTIME +# include <sys/utime.h> +#endif struct ipc_perm { int key; |