]> Dogcows Code - chaz/tar/blobdiff - src/system.h
Bugfix by Jürgen Weigert
[chaz/tar] / src / system.h
index 561c42392778b701148f72365ee8fc03154160d3..d82e8cd38e7dad94420110dc200823dd44caaa18 100644 (file)
@@ -476,10 +476,17 @@ char *getenv ();
 #endif
 
 #include <time.h>
-#ifndef time
+#if defined(HAVE_SYS_TIME_H) && defined(TIME_WITH_SYS_TIME)
+# include <sys/time.h>
+#endif
+#if ! HAVE_DECL_TIME
 time_t time ();
 #endif
 
+#ifdef HAVE_UTIME_H
+# include <utime.h>
+#endif
+
 /* Library modules.  */
 
 #include <dirname.h>
This page took 0.02041 seconds and 4 git commands to generate.