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: curl-7_16_1~210 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f4427ff41531d17e3cd48effcbe52a7cc827fed;p=thirdparty%2Fcurl.git 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 bb09f0ffc7..62016a2790 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