From: Bruce Momjian Date: Sun, 26 Nov 2000 20:45:19 +0000 (+0000) Subject: current cvs tree does build because of a small problem in ECPG. Here is a X-Git-Tag: REL7_1_BETA~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a829cb8658f8d1c6dfa573689a27f92a28748d9;p=postgresql current cvs tree does build because of a small problem in ECPG. Here is a little patch which correct that. thanks cyril --- diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index e8c5a9a6ff..72869395ad 100644 --- 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