diff options
Diffstat (limited to 'contrib/dbase/dbf.h')
-rw-r--r-- | contrib/dbase/dbf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/dbase/dbf.h b/contrib/dbase/dbf.h index 254e8d19e99..5c882fc7a87 100644 --- a/contrib/dbase/dbf.h +++ b/contrib/dbase/dbf.h @@ -8,6 +8,9 @@ #ifndef _DBF_H #define _DBF_H +#ifdef _WIN32 +#include <gmon.h> /* we need it to define u_char type */ +#endif #include <sys/types.h> /********************************************************************** |