diff --git a/src/system.h b/src/system.h index 561c4239..eaf88138 100644 --- a/src/system.h +++ b/src/system.h @@ -476,10 +476,15 @@ char *getenv (); #endif #include +#include #ifndef time time_t time (); #endif +#ifdef HAVE_UTIME_H +# include +#endif + /* Library modules. */ #include