]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
r4271@bucket (orig r261): kcr | 2008-01-21 02:18:43 -0500
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Thu, 18 Dec 2008 04:49:43 +0000 (04:49 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Thu, 18 Dec 2008 04:49:43 +0000 (04:49 +0000)
 include unistd.h if it is there

git-svn-id: svn://svn.1ts.org/debian/trunk@333 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

zephyr/h/sysdep.h

index bdd4e6ccc9fded984d28ac123e7cd81878ccece0..0d9dfa77b7a14b36bb3852f7f4a80ce4f74805f4 100644 (file)
@@ -21,6 +21,9 @@
 #include <time.h>
 #include <signal.h>
 #include <syslog.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>