]> granicus.if.org Git - curl/commitdiff
wildcard.c: add missing include of "curl_memory.h"
authorPavel Raiskup <pavel@raiskup.cz>
Thu, 13 May 2010 15:50:27 +0000 (17:50 +0200)
committerKamil Dudka <kdudka@redhat.com>
Thu, 27 May 2010 16:41:29 +0000 (18:41 +0200)
lib/wildcard.c

index 43ac546b2eb0284d67ebf04460b531a270873ed8..e55d431934b8fd32e14b17b52ab97d9a7c3775f4 100644 (file)
@@ -24,6 +24,7 @@
 #include "llist.h"
 #include "fileinfo.h"
 
+#include "curl_memory.h"
 /* The last #include file should be: */
 #include "memdebug.h"