1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

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

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"