aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-27 03:07:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-27 03:07:35 +0000
commitc37be81cdffeee3bba390b0f8213fe59f3cbeb69 (patch)
tree9583b3e0ab5d375f2518be72aa5263594470a8ad /src
parent296a942b56e17b9d73136900a2e692f4debd8b01 (diff)
downloadpostgresql-c37be81cdffeee3bba390b0f8213fe59f3cbeb69.tar.gz
postgresql-c37be81cdffeee3bba390b0f8213fe59f3cbeb69.zip
Add <sys/types.h> for SunOS
From: t-ishii@sra.co.jp
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/preproc/pgc.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l
index 19102ecca1c..68b22ed464d 100644
--- a/src/interfaces/ecpg/preproc/pgc.l
+++ b/src/interfaces/ecpg/preproc/pgc.l
@@ -1,5 +1,6 @@
/* Copyright comment! */
%{
+#include <sys/types.h>
#include "type.h"
#include "y.tab.h"