]> granicus.if.org Git - postgresql/commitdiff
Pointed out by: Doug Winterburn <dlw@seavme.xroads.com>
authorMarc G. Fournier <scrappy@hub.org>
Tue, 31 Mar 1998 03:00:20 +0000 (03:00 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 31 Mar 1998 03:00:20 +0000 (03:00 +0000)
3) Add "#include "config.h" to src/interfaces/ecpg/preproc/pgc.l
   to correct "strings.h not found".  config.h has the proper define to
   make this work and should probably be near the top of pgc.l before
   the first include.

src/interfaces/ecpg/preproc/pgc.l

index adda5e2278a05b2bb63c2b6c372ce7ffdbfd7bd2..8fc341400ea421bc95d7488f1d2beed266a41889 100644 (file)
@@ -1,5 +1,6 @@
 /* Copyright comment! */
 %{
+#include "config.h"
 #include <sys/types.h>
 #include <limits.h>
 #if defined(HAVE_STRING_H)