1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

added base64.h include to silent warnings about missing prototype for ATOB_ConvertAsciiToItem.

This commit is contained in:
Gunter Knauf 2009-09-06 17:59:46 +00:00
parent 1486a11839
commit 2786ecaeef

View File

@ -63,6 +63,7 @@
#include <secitem.h> #include <secitem.h>
#include <secport.h> #include <secport.h>
#include <certdb.h> #include <certdb.h>
#include <base64.h>
#include "curl_memory.h" #include "curl_memory.h"
#include "rawstr.h" #include "rawstr.h"