From: Todd C. Miller Date: Thu, 3 Jan 2008 21:02:51 +0000 (+0000) Subject: include unistd.h X-Git-Tag: SUDO_1_7_0~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=179ec68f8626fc4cff974ba22b8d005c8f024925;p=sudo include unistd.h --- diff --git a/lbuf.c b/lbuf.c index 76d6d5fc2..71d3ce3e7 100644 --- a/lbuf.c +++ b/lbuf.c @@ -37,6 +37,9 @@ # include # endif #endif /* HAVE_STRING_H */ +#ifdef HAVE_UNISTD_H +# include +#endif /* HAVE_UNISTD_H */ #include #include "sudo.h"