include stdarg.h since we use va_* stuff
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2003 19:28:17 +0000 (19:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2003 19:28:17 +0000 (19:28 +0000)
lib/share.c

index 8e5ec0e..cd555a8 100644 (file)
@@ -22,6 +22,7 @@
  ***************************************************************************/
 
 #include "setup.h"
+#include <stdarg.h>
 #include <stdlib.h>
 #include <curl/curl.h>
 #include "urldata.h"