include libcurl standard internal headers

This commit is contained in:
Yang Tse
2010-06-02 14:13:02 +02:00
parent df06182d86
commit 077125e4a2
12 changed files with 54 additions and 17 deletions

View File

@@ -24,6 +24,13 @@
#include "curl_fnmatch.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#include "curl_memory.h"
/* The last #include file should be: */
#include "memdebug.h"
#define CURLFNM_CHARSET_LEN (sizeof(char) * 256)
#define CURLFNM_CHSET_SIZE (CURLFNM_CHARSET_LEN + 15)