aboutsummaryrefslogtreecommitdiff
path: root/vgrind/vfontedpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vgrind/vfontedpr.c')
-rw-r--r--vgrind/vfontedpr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/vgrind/vfontedpr.c b/vgrind/vfontedpr.c
index 9f833730f4b8..232ff198e1cc 100644
--- a/vgrind/vfontedpr.c
+++ b/vgrind/vfontedpr.c
@@ -23,11 +23,7 @@
#ifdef EUC
#include <wchar.h>
#endif
-
-#if defined (__GLIBC__) && defined (_IO_getc_unlocked)
-#undef getc
-#define getc(f) _IO_getc_unlocked(f)
-#endif
+#include "global.h"
#define boolean int
#define TRUE 1