Imported Upstream version 1.1.2
[psensor-pkg-ubuntu.git] / src / lib / bool.h
index 3aba0b6..c31360d 100644 (file)
@@ -25,6 +25,8 @@
 #include <stdbool.h>
 #else
 #define bool char
+#define true 1
+#define false 0
 #endif
 
 #endif