From 0a829cb8658f8d1c6dfa573689a27f92a28748d9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 26 Nov 2000 20:45:19 +0000 Subject: [PATCH] current cvs tree does build because of a small problem in ECPG. Here is a little patch which correct that. thanks cyril --- src/interfaces/ecpg/include/ecpglib.h | 2 ++ 1 file changed, 2 insertions(+) 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