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, 1 insertions, 1 deletions
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 @@
49#define stdout _stdout_ 49#define stdout _stdout_
50#undef stderr 50#undef stderr
51#define stderr _stderr_ 51#define stderr _stderr_
52 52#undef getc
53#define getc fgetc 53#define getc fgetc
54 54
55typedef struct { 55typedef struct {