wildcard.c: add missing include of "curl_memory.h"

This commit is contained in:
Pavel Raiskup 2010-05-13 17:50:27 +02:00 committed by Kamil Dudka
parent b4f0e1291f
commit 9190e2876e
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "llist.h"
#include "fileinfo.h"
#include "curl_memory.h"
/* The last #include file should be: */
#include "memdebug.h"