]> granicus.if.org Git - curl/commitdiff
added base64.h include to silent warnings about missing prototype for ATOB_ConvertAsc...
authorGunter Knauf <gk@gknw.de>
Sun, 6 Sep 2009 17:59:46 +0000 (17:59 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 6 Sep 2009 17:59:46 +0000 (17:59 +0000)
lib/nss.c

index 02fa06d9c4a8d86eae20635525352eeee7a6d903..15942a3e6d66bbc5b12bbfe5af1c9042a5e291a7 100644 (file)
--- a/lib/nss.c
+++ b/lib/nss.c
@@ -63,6 +63,7 @@
 #include <secitem.h>
 #include <secport.h>
 #include <certdb.h>
+#include <base64.h>
 
 #include "curl_memory.h"
 #include "rawstr.h"