1--- common/includes/debug.h.orig 2020-08-28 19:24:48 UTC 2+++ common/includes/debug.h 3@@ -24,7 +24,7 @@ 4 #include <stdio.h> 5 #include <time.h> 6 7-int debug; 8+extern int debug; 9 10 #ifndef _WIN32 11 #define DPRINTF(level, fmt, args...) \ 12 13