From 20933069696fee721967f76f6a57ea229fea12a0 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Tue, 1 Mar 2005 13:53:32 +0000 Subject: [PATCH] remove local EOF define svn path=/trunk/; revision=13789 --- reactos/lib/crt/conio/ungetch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/lib/crt/conio/ungetch.c b/reactos/lib/crt/conio/ungetch.c index 31829a1ec97..28a74046de9 100644 --- a/reactos/lib/crt/conio/ungetch.c +++ b/reactos/lib/crt/conio/ungetch.c @@ -10,10 +10,11 @@ * 28/12/98: Created */ +#include #include #include -#define EOF -1 + int char_avail = 0; int ungot_char = 0;