forgot about the need for the proto itself

This commit is contained in:
Bill Currie 2002-03-12 17:44:45 +00:00
parent adbb59c5dd
commit f0609f04f3

View file

@ -48,6 +48,10 @@ static const char rcsid[] =
# endif
#endif
#ifndef HAVE_FNMATCH_PROTO
int fnmatch (const char *__pattern, const char *__string, int __flags);
#endif
#include "QF/progs.h"
#include "QF/va.h"
#include "QF/vfs.h"