From 8c3a10392e39c81c8d1dc561e40182bbea54e6ba Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Mar 2003 12:25:32 +0000 Subject: 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. --- include/curl/multi.h | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3