mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix contrib/dbase to compile under Win32. Laurent Ballester
This commit is contained in:
@ -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>
|
||||
|
||||
/**********************************************************************
|
||||
|
Reference in New Issue
Block a user