projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0075c29
)
current cvs tree does build because of a small problem in ECPG. Here is a
author
Bruce Momjian
Sun, 26 Nov 2000 20:45:19 +0000
(20:45 +0000)
committer
Bruce Momjian
Sun, 26 Nov 2000 20:45:19 +0000
(20:45 +0000)
little patch which correct that.
thanks
cyril
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 e8c5a9a6ffa942cd88655511df9cc269b693bed8..72869395ad19b3f1c95625b08a7388045275de48 100644
(file)
--- a/
src/interfaces/ecpg/include/ecpglib.h
+++ b/
src/interfaces/ecpg/include/ecpglib.h
@@
-16,6
+16,8
@@
#ifndef false
#define bool char
#endif /* ndef bool */
+#else /* __BEOS__ */
+#include
#endif /* __BEOS__ */
#ifndef TRUE