From: Yang Tse Date: Thu, 2 Nov 2006 00:34:21 +0000 (+0000) Subject: check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h X-Git-Tag: cares-1_3_2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f4427ff41531d17e3cd48effcbe52a7cc827fed;p=curl check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h --- diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c index bb09f0ffc..62016a279 100644 --- a/tests/libtest/lib518.c +++ b/tests/libtest/lib518.c @@ -29,7 +29,7 @@ #ifdef HAVE_FCNTL_H #include #endif -#ifdef UNISTD_H +#ifdef HAVE_UNISTD_H #include #endif