]> Dogcows Code - chaz/tar/blobdiff - src/extract.c
Initial revision
[chaz/tar] / src / extract.c
index a4f8ca910dbb5d906b4d2ce50fd5693dbb2740e2..aedd24e312132055835ed007c6ea36f852966154 100644 (file)
@@ -40,6 +40,10 @@ time_t time();
 #endif
 #endif
 
+#if defined(POSIX)
+#include <utime.h>
+#endif
+
 #ifdef NO_OPEN3
 /* We need the #define's even though we don't use them. */
 #include "open3.h"
@@ -53,10 +57,6 @@ time_t time();
 #include "tar.h"
 #include "port.h"
 
-#if defined(_POSIX_VERSION)
-#include <utime.h>
-#endif
-
 extern FILE *msg_file;
 
 extern union record *head;             /* Points to current tape header */
This page took 0.023806 seconds and 4 git commands to generate.