diff --git a/lib/setup.h b/lib/setup.h index aa5f9dbac2..ecb3dd5b06 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -57,6 +57,10 @@ #endif #endif +#ifndef __cplusplus /* (rabe) */ +typedef char bool; +#endif /* (rabe) */ + #include #ifndef OS #ifdef WIN32