projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90562b1
)
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
author
Bruce Momjian
<bruce@momjian.us>
Thu, 7 Aug 2003 04:44:26 +0000
(
04:44
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 7 Aug 2003 04:44:26 +0000
(
04:44
+0000)
output C files to proper compile again.
src/interfaces/ecpg/include/ecpglib.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/include/ecpglib.h
b/src/interfaces/ecpg/include/ecpglib.h
index fc429c96433c29545dc878d79d45bac7e2ca2a1c..8645aed3a8722464b58cf57bb3772a4a445fa6ae 100644
(file)
--- a/
src/interfaces/ecpg/include/ecpglib.h
+++ b/
src/interfaces/ecpg/include/ecpglib.h
@@
-6,7
+6,7
@@
#ifndef _ECPGLIB_H
#define _ECPGLIB_H
-#include "postgres_
fe
.h"
+#include "postgres_
ext
.h"
#include "libpq-fe.h"
#ifndef __BEOS__