X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Fbool.h;h=c31360d33f0b65268969e181828be67d5c719473;hp=3aba0b66bd51455897d403dac558a474dde44b7a;hb=5c1e07fec97e34a94331b6b47e25c98f2b2e4cce;hpb=4c50d430bea4b8462b0ae7ab70baf3f538f87718 diff --git a/src/lib/bool.h b/src/lib/bool.h index 3aba0b6..c31360d 100644 --- a/src/lib/bool.h +++ b/src/lib/bool.h @@ -25,6 +25,8 @@ #include #else #define bool char +#define true 1 +#define false 0 #endif #endif