Upgrade to version 1.05
[unix-history] / gnu / libexec / uucp / libunix / loctim.c
index da5f32e..7f1f87a 100644 (file)
@@ -3,7 +3,9 @@
 
 #include "uucp.h"
 
 
 #include "uucp.h"
 
-#if HAVE_TIME_H
+#if TM_IN_SYS_TIME
+#include <sys/time.h>
+#else
 #include <time.h>
 #endif
 
 #include <time.h>
 #endif