diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-02 23:00:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-02 23:00:54 +0000 |
commit | cc80e5b582bbe004858dff59dddd51aea9eefbf6 (patch) | |
tree | 992116962c91ebef59a42576ab40ae6716356843 | |
parent | 190106c98e7e23ac838331fe199e8d07d6faf4b9 (diff) |
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
-rw-r--r-- | lib/download.c | 4 |
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 |