diff --git a/src/system.h b/src/system.h index cdd8f3e39..23bb92e42 100644 --- a/src/system.h +++ b/src/system.h @@ -141,7 +141,11 @@ off_t lseek (); #ifdef HAVE_UTIME_H #include -#else +#endif + +/* Some systems (even some that do have ) don't declare this + structure anywhere. */ +#ifndef HAVE_STRUCT_UTIMBUF struct utimbuf { long actime;