Browse Source

Merge branch 'bugfix_cancel_mutex' into bfgminer

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

+ 1 - 0
miner.h

@@ -176,6 +176,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) {