hopefully fix Fragman's compilation problems on Mandrake 6.1

This commit is contained in:
Bill Currie 2000-11-01 06:31:29 +00:00
parent 41a62ccfc2
commit 2fc438ca13
3 changed files with 16 additions and 0 deletions

View file

@ -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;