summaryrefslogtreecommitdiff
path: root/xkbcomp.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2010-06-08 12:14:00 +0100
committerDaniel Stone <daniel@fooishbar.org>2010-06-15 19:26:49 +0100
commit7f7a57c75beb5e1dfb53351e490ef00a324b2727 (patch)
tree1526198e91388c560eb1ff8232b361c2d878984e /xkbcomp.c
parent9887842e33174a6e98675b912e419c711dd20c0f (diff)
downloadxorg-app-xkbcomp-7f7a57c75beb5e1dfb53351e490ef00a324b2727.tar.gz
Fix compilation with DEBUG
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'xkbcomp.c')
-rw-r--r--xkbcomp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xkbcomp.c b/xkbcomp.c
index bf3f670..b0df920 100644
--- a/xkbcomp.c
+++ b/xkbcomp.c
@@ -864,7 +864,9 @@ GetDisplay(char *program, char *dpyName)
/***====================================================================***/
+#ifdef DEBUG
extern int yydebug;
+#endif
int
main(int argc, char *argv[])