fix for solaris

This commit is contained in:
Bill Currie 2001-01-11 07:41:06 +00:00
parent 678e38f2b5
commit 7634d8f3f7

View file

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