1 2 3 4 5 6 7 8 9 10 11
--- a/base/stdpre.h +++ b/base/stdpre.h @@ -345,7 +345,7 @@ #ifdef __BEOS__ typedef unsigned char bool; #else -typedef int bool; +#include <stdbool.h> #endif #endif /*