From: Marc G. Fournier Date: Fri, 27 Feb 1998 03:07:35 +0000 (+0000) Subject: Add for SunOS X-Git-Tag: REL6_3~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c37be81cdffeee3bba390b0f8213fe59f3cbeb69;p=thirdparty%2Fpostgresql.git Add for SunOS From: t-ishii@sra.co.jp --- 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 #include "type.h" #include "y.tab.h"