include unistd.h
authorJim Meyering <jim@meyering.net>
Sat, 15 Nov 1997 19:43:06 +0000 (19:43 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Nov 1997 19:43:06 +0000 (19:43 +0000)
m4/mktime.m4

index c821830..45d899a 100644 (file)
@@ -26,6 +26,10 @@ changequote(<<, >>)dnl
 # endif
 #endif
 
+#if HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 #if !HAVE_ALARM
 # define alarm(X) /* empty */
 #endif