summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>