diff --git a/reactos/lib/crtdll/conio/getch.c b/reactos/lib/crtdll/conio/getch.c index e83c885e157..90f6fa1128a 100644 --- a/reactos/lib/crtdll/conio/getch.c +++ b/reactos/lib/crtdll/conio/getch.c @@ -7,17 +7,15 @@ * UPDATE HISTORY: * 28/12/98: Created */ +#include #include #include -#include +#include + extern int char_avail; extern int ungot_char; -int getch( void ) -{ - return _getch(); -} int _getch(void)