diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h index bce21ea203..dcc4ce852a 100644 --- a/apps/plugins/lib/stdio_compat.h +++ b/apps/plugins/lib/stdio_compat.h @@ -49,7 +49,7 @@ #define stdout _stdout_ #undef stderr #define stderr _stderr_ - +#undef getc #define getc fgetc typedef struct {