update for HEAD-2003021201
[reactos.git] / lib / crtdll / conio / getche.c
index 247634b..f994649 100644 (file)
  *              28/12/98: Created
  */
 
-#include <crtdll/process.h>
-#include <crtdll/conio.h>
+#include <msvcrt/conio.h>
+#include <msvcrt/internal/console.h>
 
 
-extern int char_avail;
-int
-getche(void)
+int getche(void)
 {
   if (char_avail)
     /*