mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
fix for solaris
This commit is contained in:
parent
678e38f2b5
commit
7634d8f3f7
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@
|
||||||
|
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#ifdef HAVE_FNMATCH_H
|
#ifdef HAVE_FNMATCH_H
|
||||||
|
#define model_t sunmodel_t
|
||||||
#include <fnmatch.h>
|
#include <fnmatch.h>
|
||||||
|
#undef model_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
Loading…
Reference in a new issue