summaryrefslogtreecommitdiff
path: root/h/zephyr/zephyr.h
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1990-12-04 17:43:34 +0000
committerGravatar John F. Carr <jfc@mit.edu>1990-12-04 17:43:34 +0000
commit7a5f6774491b2a3044a82668975eca5dd517ffe2 (patch)
treea938d46dbf5a72c0706f40b6fea871ca869eddec /h/zephyr/zephyr.h
parent88c97824b6f7d65d36c5f67a7b35a7dfa4850555 (diff)
Include <time.h> for AIX 3.1
Diffstat (limited to 'h/zephyr/zephyr.h')
-rw-r--r--h/zephyr/zephyr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 7569c35..b685e5f 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -21,6 +21,9 @@
#include <errno.h>
#include <sys/types.h>
+#if defined(_AIX) && defined(_IBMR2)
+#include <time.h>
+#endif
#include <sys/time.h>
#include <stdio.h>
@@ -327,4 +330,4 @@ extern "C" {
}
#endif
-#endif !__ZEPHYR_H__
+#endif