Fix compilation with DEBUG
authorDaniel Stone <daniel@fooishbar.org>
Tue, 15 Jun 2010 18:40:31 +0000 (19:40 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 22 Jun 2010 14:56:56 +0000 (15:56 +0100)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/xkbscan.c

index 0490512..1bf363d 100644 (file)
@@ -53,6 +53,8 @@ static int readBufPos = 0;
 static int readBufLen = 0;
 
 #ifdef DEBUG
+extern int debugFlags;
+
 static char *
 tokText(int tok)
 {