From: Sergey Poznyakoff Date: Sun, 4 Apr 2004 09:33:41 +0000 (+0000) Subject: Include and when available X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=55a96565b5765034ca4d5b26ee0922f92357af2c;p=chaz%2Ftar Include and when available --- diff --git a/src/system.h b/src/system.h index 561c423..eaf8813 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