Browse Source

Bugfix: Define my_cancellable_getch in miner.h

Luke Dashjr 13 years ago
parent
commit
3ba87a7945
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.h

+ 1 - 0
miner.h

@@ -160,6 +160,7 @@ void *alloca (size_t);
 #endif
 #endif
 
 
 #ifdef HAVE_CURSES
 #ifdef HAVE_CURSES
+	extern int my_cancellable_getch(void);
 #	ifdef getch
 #	ifdef getch
 		// getch() is a macro
 		// getch() is a macro
 		static int __maybe_unused __real_getch(void) {
 		static int __maybe_unused __real_getch(void) {