]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
add header inclusion
authorYang Tse <yangsita@gmail.com>
Mon, 22 Feb 2010 03:41:02 +0000 (03:41 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 22 Feb 2010 03:41:02 +0000 (03:41 +0000)
lib/base64.c

index 1820302a117d562f17522452e56a5c6cd8079bde..fd0340dd34dc4c94323ef03cf0e33e3ebd16bcbc 100644 (file)
@@ -42,6 +42,7 @@
 
 #include "urldata.h" /* for the SessionHandle definition */
 #include "easyif.h"  /* for Curl_convert_... prototypes */
+#include "warnless.h"
 #include "curl_base64.h"
 #include "curl_memory.h"