mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
hopefully fix Fragman's compilation problems on Mandrake 6.1
This commit is contained in:
parent
41a62ccfc2
commit
2fc438ca13
3 changed files with 16 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
|||
#endif
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef HAVE_FNMATCH_PROTO
|
||||
fnmatch (__const char *__pattern, __const char *__string, int __flags);
|
||||
#endif
|
||||
|
||||
|
||||
extern qboolean is_server;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue