1
0
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:
Tom Lane
2004-09-14 03:28:28 +00:00
parent 296fb57b20
commit fc564686a7
2 changed files with 6 additions and 3 deletions

View File

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