diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-13 13:28:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-13 13:28:45 (GMT) |
commit | 96d04f05d96d8a55472b76f59da675f33b3f182a (patch) | |
tree | 078853e4b18a81863c86a1d24d1e98f6873e9fad /Source/CTest | |
parent | 1344d86e43c57bbbadca6e110db5bcb3923633dc (diff) | |
download | CMake-96d04f05d96d8a55472b76f59da675f33b3f182a.zip CMake-96d04f05d96d8a55472b76f59da675f33b3f182a.tar.gz CMake-96d04f05d96d8a55472b76f59da675f33b3f182a.tar.bz2 |
ERR: Fix warning
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/Curl/multi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/Curl/multi.c b/Source/CTest/Curl/multi.c index 5ccd337..630342b 100644 --- a/Source/CTest/Curl/multi.c +++ b/Source/CTest/Curl/multi.c @@ -30,6 +30,9 @@ #include "transfer.h" #include "url.h" #include "connect.h" +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif /* The last #include file should be: */ #ifdef MALLOCDEBUG |