Commit f246db20f4d824b4286c00714b0c7e1b5a3d5b8f

Daniel Stone 2010-06-15T19:40:31

Fix compilation with DEBUG Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/xkbcomp/xkbscan.c b/src/xkbcomp/xkbscan.c
index 0490512..1bf363d 100644
--- a/src/xkbcomp/xkbscan.c
+++ b/src/xkbcomp/xkbscan.c
@@ -53,6 +53,8 @@ static int readBufPos = 0;
 static int readBufLen = 0;
 
 #ifdef DEBUG
+extern int debugFlags;
+
 static char *
 tokText(int tok)
 {