*** dbf.h.cvs	Wed Sep  8 17:15:22 2004
--- dbf.h	Wed Sep  8 17:27:27 2004
***************
*** 8,13 ****
--- 8,16 ----
  #ifndef _DBF_H
  #define _DBF_H
  
+ #ifdef _WIN32
+ #include <gmon.h>			/* we need it to define u_char type */
+ #endif
  #include <sys/types.h>
  
  /**********************************************************************
