From cc80e5b582bbe004858dff59dddd51aea9eefbf6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 2 Mar 2000 23:00:54 +0000 Subject: Damien Adant suggestion to make it compile on Ultrix --- lib/download.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3