projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c6bf9
)
Pointed out by: Doug Winterburn
author
Marc G. Fournier
Tue, 31 Mar 1998 03:00:20 +0000
(
03:00
+0000)
committer
Marc G. Fournier
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
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/pgc.l
b/src/interfaces/ecpg/preproc/pgc.l
index adda5e2278a05b2bb63c2b6c372ce7ffdbfd7bd2..8fc341400ea421bc95d7488f1d2beed266a41889 100644
(file)
--- a/
src/interfaces/ecpg/preproc/pgc.l
+++ b/
src/interfaces/ecpg/preproc/pgc.l
@@
-1,5
+1,6
@@
/* Copyright comment! */
%{
+#include "config.h"
#include
#include
#if defined(HAVE_STRING_H)