From 33bfba86222efb6cc5b271b3e12b6cf3f38836c5 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 11 Feb 2018 15:34:30 -0500 Subject: Quake: attempt 2 Change-Id: I4285036e967d7f0722802d43cf2096c808ca5799 --- apps/plugins/lib/stdio_compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib') 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; -- cgit v1.1