From 7634d8f3f7e90332286d8a1e6e37cd844517a61b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 11 Jan 2001 07:41:06 +0000 Subject: [PATCH] fix for solaris --- source/quakefs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/quakefs.c b/source/quakefs.c index e8e9773..5676c35 100644 --- a/source/quakefs.c +++ b/source/quakefs.c @@ -49,7 +49,9 @@ #include #ifdef HAVE_FNMATCH_H +#define model_t sunmodel_t #include +#undef model_t #endif #ifdef WIN32