summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 10:49:41 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 10:49:41 +0000
commitd213a4e53c73ddd7642cb5e8eb1ee7c965d680e3 (patch)
treef6d18338dd1f11734a50729be698d252b234cff9 /h/zephyr
parentfe427157e208b26b06132b5a1aa6ff06f28b451d (diff)
Always include <time.h>
Include <stdlib.h> on POSIX systems, also
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 2d0ce7b..c5bd6fc 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -17,6 +17,7 @@
#ifdef POSIX
#include <unistd.h>
+#include <stdlib.h>
#endif
#include <zephyr/zephyr_err.h>
@@ -24,9 +25,7 @@
#include <errno.h>
#include <sys/types.h>
-#if (defined(_AIX) && defined(_IBMR2)) || defined (macII)
#include <time.h>
-#endif
#include <sys/time.h>
#include <stdio.h>