From: Jean-Philippe Orsini Date: Wed, 24 Sep 2014 06:50:17 +0000 (+0200) Subject: fixed name of the macro X-Git-Tag: v1.2.0~166 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=4a5bc09e5737fc548aa6e7da4ff2eddede5d1b92 fixed name of the macro --- 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