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

This commit is contained in:
Kamil Dudka 2010-05-27 20:56:01 +02:00
parent eadeb5bd9a
commit 4a0493f789
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*
***************************************************************************/
#include "setup.h"
#include "wildcard.h"
#include "llist.h"
#include "fileinfo.h"