From: Daniel Stenberg Date: Thu, 2 Mar 2000 23:00:54 +0000 (+0000) Subject: Damien Adant suggestion to make it compile on Ultrix X-Git-Tag: curl-6_5~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc80e5b582bbe004858dff59dddd51aea9eefbf6;p=curl Damien Adant suggestion to make it compile on Ultrix --- diff --git a/lib/download.c b/lib/download.c index d8c56b185..68e6f308a 100644 --- a/lib/download.c +++ b/lib/download.c @@ -44,6 +44,10 @@ #include "setup.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #ifdef HAVE_UNISTD_H #include #endif