From 4a5bc09e5737fc548aa6e7da4ff2eddede5d1b92 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 24 Sep 2014 08:50:17 +0200 Subject: [PATCH] fixed name of the macro --- src/lib/bool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/bool.h b/src/lib/bool.h index c31360d..c2ad205 100644 --- a/src/lib/bool.h +++ b/src/lib/bool.h @@ -21,7 +21,7 @@ #include "config.h" -#if HAVE_STDBOOL +#if HAVE_STDBOOL_H #include #else #define bool char -- 2.7.4