forked from pool/gnuchess
12 lines
212 B
Diff
12 lines
212 B
Diff
--- src/input.c
|
|
+++ src/input.c
|
|
@@ -92,7 +92,7 @@
|
|
fgets(inputstr, MAXSTR, stdin);
|
|
}
|
|
|
|
-static pthread_t input_thread;
|
|
+pthread_t input_thread;
|
|
|
|
/* Mutex and condition variable for thread communication */
|
|
|