aboutsummaryrefslogtreecommitdiff
path: root/lib/download.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-02 23:00:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-02 23:00:54 +0000
commitcc80e5b582bbe004858dff59dddd51aea9eefbf6 (patch)
tree992116962c91ebef59a42576ab40ae6716356843 /lib/download.c
parent190106c98e7e23ac838331fe199e8d07d6faf4b9 (diff)
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
Diffstat (limited to 'lib/download.c')
-rw-r--r--lib/download.c4
1 files changed, 4 insertions, 0 deletions
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 <sys/types.h>
+#endif
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif