blob: 50de9b20a0a6a6734bd5161046f352b8219bcb3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plib/timeout.c.orig 2013-07-04 11:10:49 UTC
+++ plib/timeout.c
@@ -31,7 +31,7 @@
#ifdef HAVE_THREADS
-int debug;
+extern int debug;
static struct timeout_cb
|