File slb_rf60-drv-2.2.0-gcc15.diff of Package pcsc-reflex60
Index: defines.h =================================================================== --- defines.h.orig +++ defines.h @@ -51,7 +51,8 @@ #endif #ifndef bool - typedef short bool; + /* typedef short bool; */ + #include <stdbool.h> #endif /*