Merge tag 'upstream/1.2.0'
[psensor-pkg-debian.git] / src / lib / bool.h
index c31360d..c2ad205 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "config.h"
 
-#if HAVE_STDBOOL
+#if HAVE_STDBOOL_H
 #include <stdbool.h>
 #else
 #define bool char