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
1 changed files with 1 additions and 0 deletions

View File

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