diff options
-rw-r--r-- | src/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c index 460785b00..a51d6b292 100644 --- a/src/main.c +++ b/src/main.c @@ -61,11 +61,11 @@ #endif #ifdef HAVE_UTIME_H - #include <utime.h> +#include <utime.h> #else - #ifdef HAVE_SYS_UTIME_H - #include <sys/utime.h> - #endif +#ifdef HAVE_SYS_UTIME_H +#include <sys/utime.h> +#endif #endif /* The last #include file should be: */ |