From c37be81cdffeee3bba390b0f8213fe59f3cbeb69 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Fri, 27 Feb 1998 03:07:35 +0000
Subject: [PATCH] Add <sys/types.h> for SunOS

From: t-ishii@sra.co.jp
---
 src/interfaces/ecpg/preproc/pgc.l | 1 +
 1 file changed, 1 insertion(+)

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"
 
-- 
GitLab