diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-06 19:28:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-06 19:28:17 +0000 |
commit | 48a5c64e9484fb75e8f230421fde0616d113efbe (patch) | |
tree | 27423dbd894397038e3ba68484027c8a87feab47 /lib/share.c | |
parent | 140606ccd505d2e3a07bebd7d7e6f6c07877f2a2 (diff) | |
download | curl-48a5c64e9484fb75e8f230421fde0616d113efbe.tar.gz |
include stdarg.h since we use va_* stuff
Diffstat (limited to 'lib/share.c')
-rw-r--r-- | lib/share.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/share.c b/lib/share.c index 8e5ec0ea0..cd555a88f 100644 --- a/lib/share.c +++ b/lib/share.c @@ -22,6 +22,7 @@ ***************************************************************************/ #include "setup.h" +#include <stdarg.h> #include <stdlib.h> #include <curl/curl.h> #include "urldata.h" |