diff options
author | Gunter Knauf <gk@gknw.de> | 2009-09-06 17:59:46 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-09-06 17:59:46 +0000 |
commit | 2786ecaeefc42418875c9e0a064991ce32bba34f (patch) | |
tree | ef84a35d75845b021c58faaecc14c434170e4904 | |
parent | 1486a1183952129515a2c44740ed9bea16a11e76 (diff) |
added base64.h include to silent warnings about missing prototype for ATOB_ConvertAsciiToItem.
-rw-r--r-- | lib/nss.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ #include <secitem.h> #include <secport.h> #include <certdb.h> +#include <base64.h> #include "curl_memory.h" #include "rawstr.h" |