summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/stdio_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/stdio_compat.h')
-rw-r--r--apps/plugins/lib/stdio_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h
index b9056fae04..bce21ea203 100644
--- a/apps/plugins/lib/stdio_compat.h
+++ b/apps/plugins/lib/stdio_compat.h
@@ -50,6 +50,8 @@
50#undef stderr 50#undef stderr
51#define stderr _stderr_ 51#define stderr _stderr_
52 52
53#define getc fgetc
54
53typedef struct { 55typedef struct {
54 int fd; 56 int fd;
55 int unget_char; 57 int unget_char;