From 7ea37bb806a6faeb4e8f9b115f256735f089b169 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 24 Dec 2017 12:58:33 -0500 Subject: fix red Change-Id: Ib28cfd9037901c7b8bc9b2960ad2c1c9a1e25a69 --- apps/plugins/lib/stdio_compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib/stdio_compat.h') diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h index 27ccfcf521..aec72a6af5 100644 --- a/apps/plugins/lib/stdio_compat.h +++ b/apps/plugins/lib/stdio_compat.h @@ -42,7 +42,9 @@ #define ferror _ferror_ #define feof _feof_ #define fprintf _fprintf_ +#undef stdout #define stdout _stdout_ +#undef stderr #define stderr _stderr_ typedef struct { -- cgit v1.2.3