mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
forgot about the need for the proto itself
This commit is contained in:
parent
adbb59c5dd
commit
f0609f04f3
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue