]> granicus.if.org Git - postgresql/commitdiff
Add <sys/types.h> for SunOS
authorMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 03:07:35 +0000 (03:07 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 03:07:35 +0000 (03:07 +0000)
From: t-ishii@sra.co.jp

src/interfaces/ecpg/preproc/pgc.l

index 19102ecca1c7393053996d1be711f8f3edd8bf4e..68b22ed464d983dca1a099c36d83e5484730b162 100644 (file)
@@ -1,5 +1,6 @@
 /* Copyright comment! */
 %{
+#include <sys/types.h>
 #include "type.h"
 #include "y.tab.h"