]> granicus.if.org Git - postgresql/commitdiff
current cvs tree does build because of a small problem in ECPG. Here is a
authorBruce Momjian <bruce@momjian.us>
Sun, 26 Nov 2000 20:45:19 +0000 (20:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 26 Nov 2000 20:45:19 +0000 (20:45 +0000)
little patch which correct that.

    thanks

                cyril

src/interfaces/ecpg/include/ecpglib.h

index e8c5a9a6ffa942cd88655511df9cc269b693bed8..72869395ad19b3f1c95625b08a7388045275de48 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef false    
 #define bool char
 #endif   /* ndef bool */
+#else /* __BEOS__ */
+#include <SupportDefs.h>
 #endif /* __BEOS__ */
 
 #ifndef TRUE