From 7c768759582e74aaa3e39b17d7ddc8f0603fb4bb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 22 Feb 2007 16:44:43 +0000 Subject: [PATCH] include when checking availability of the bool type --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index e870d63..034be0e 100644 --- a/configure.ac +++ b/configure.ac @@ -376,6 +376,9 @@ AC_CHECK_TYPE([bool],[ AC_DEFINE(HAVE_BOOL_T, 1, [Define to 1 if bool is an available type.]) ], ,[ +#ifdef HAVE_SYS_TYPES_H +#include +#endif #ifdef HAVE_STDBOOL_H #include #endif -- 2.7.4