From 029688840792af43e0dea79872eacf60afe80ff5 Mon Sep 17 00:00:00 2001 From: kcr Date: Thu, 18 Dec 2008 04:49:43 +0000 Subject: [PATCH] r4271@bucket (orig r261): kcr | 2008-01-21 02:18:43 -0500 include unistd.h if it is there git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@333 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f --- h/sysdep.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/h/sysdep.h b/h/sysdep.h index bdd4e6c..0d9dfa7 100644 --- a/h/sysdep.h +++ b/h/sysdep.h @@ -21,6 +21,9 @@ #include #include #include +#ifdef HAVE_UNISTD_H +#include +#endif #include #include #include -- 2.45.2