diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/plugins/lib/stdio_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h index b9056fa..bce21ea 100644 --- a/apps/plugins/lib/stdio_compat.h +++ b/apps/plugins/lib/stdio_compat.h @@ -50,6 +50,8 @@ #undef stderr #define stderr _stderr_ +#define getc fgetc + typedef struct { int fd; int unget_char; |