X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystem.h;h=d82e8cd38e7dad94420110dc200823dd44caaa18;hb=0273b1ae0945ead45f96ae5b82700d793cd96639;hp=561c42392778b701148f72365ee8fc03154160d3;hpb=572225dfdcc2f36c50128ae40f90f5efaf1b7a2c;p=chaz%2Ftar diff --git a/src/system.h b/src/system.h index 561c423..d82e8cd 100644 --- a/src/system.h +++ b/src/system.h @@ -476,10 +476,17 @@ char *getenv (); #endif #include -#ifndef time +#if defined(HAVE_SYS_TIME_H) && defined(TIME_WITH_SYS_TIME) +# include +#endif +#if ! HAVE_DECL_TIME time_t time (); #endif +#ifdef HAVE_UTIME_H +# include +#endif + /* Library modules. */ #include