From: Daniel Stenberg Date: Mon, 10 Mar 2003 12:25:32 +0000 (+0000) Subject: Include sys/types.h as well. Ray DeGennaro reports successful compiling on X-Git-Tag: curl-7_10_4~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c3a10392e39c81c8d1dc561e40182bbea54e6ba;p=curl Include sys/types.h as well. Ray DeGennaro reports successful compiling on AIX when this fix is applied and I cannot see how this will break any systems. --- diff --git a/include/curl/multi.h b/include/curl/multi.h index 1d3b123a2..ac114be4d 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -51,6 +51,7 @@ #else #include #include +#include #endif #include "curl.h"