summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-09-24 12:10:34 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-09-24 12:10:34 +0000
commit68b772ac13ff5371b4e1f7d31f4da2b154ee94f3 (patch)
treea86dd2b626259a856eb4ab611c06a566b4d534ff /h/zephyr
parent198c4eee160d794eb288d377e81d736c957b3f5e (diff)
Posix requires <unistd.h>
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 974d219..2d0ce7b 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -15,6 +15,10 @@
#ifndef __ZEPHYR_H__
#define __ZEPHYR_H__
+#ifdef POSIX
+#include <unistd.h>
+#endif
+
#include <zephyr/zephyr_err.h>
#include <zephyr/zephyr_conf.h>