diff --git a/src/main.c b/src/main.c index 460785b003..a51d6b2921 100644 --- a/src/main.c +++ b/src/main.c @@ -61,11 +61,11 @@ #endif #ifdef HAVE_UTIME_H - #include +#include #else - #ifdef HAVE_SYS_UTIME_H - #include - #endif +#ifdef HAVE_SYS_UTIME_H +#include +#endif #endif /* The last #include file should be: */