File pcsc-eco5000-fix-compile-gcc15.patch of Package pcsc-eco5000
Index: eco5000-1.2.0/defines.h =================================================================== --- eco5000-1.2.0.orig/defines.h +++ eco5000-1.2.0/defines.h @@ -78,7 +78,8 @@ #ifndef bool - typedef int bool; +/* typedef int bool; */ +#include <stdbool.h> #endif