]> Dogcows Code - chaz/tar/commitdiff
Include <sys/time.h> and <utime.h> when available
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:33:41 +0000 (09:33 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:33:41 +0000 (09:33 +0000)
src/system.h

index 561c42392778b701148f72365ee8fc03154160d3..eaf88138432f2410fc632d45e16af695ce01e999 100644 (file)
@@ -476,10 +476,15 @@ char *getenv ();
 #endif
 
 #include <time.h>
+#include <sys/time.h>
 #ifndef time
 time_t time ();
 #endif
 
+#ifdef HAVE_UTIME_H
+# include <utime.h>
+#endif
+
 /* Library modules.  */
 
 #include <dirname.h>
This page took 0.024582 seconds and 4 git commands to generate.