commit | 037c8a1246f164f64fc00ab6b4d0a4e3b546fe70 | [log] [tgz] |
---|---|---|
author | Steven Edwards <steven_ed4153@yahoo.com> | Tue Feb 11 22:27:13 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 11 22:27:13 2003 +0000 |
tree | bfacab9ad1f17dde7258816d4288568b0202027f | |
parent | 101f91d9df675e68d78a3f164694a1ebca0b4be5 [diff] [blame] |
Porting fixes.
diff --git a/server/file.c b/server/file.c index b4560a8..60b72a6 100644 --- a/server/file.c +++ b/server/file.c
@@ -35,7 +35,9 @@ #include <sys/types.h> #include <time.h> #include <unistd.h> +#ifdef HAVE_UTIME_H #include <utime.h> +#endif #include "winerror.h" #include "winbase.h"