summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser/Configint.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/parser/Configint.h')
-rw-r--r--hw/xfree86/parser/Configint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/parser/Configint.h b/hw/xfree86/parser/Configint.h
index 62e514201..e85322006 100644
--- a/hw/xfree86/parser/Configint.h
+++ b/hw/xfree86/parser/Configint.h
@@ -79,6 +79,8 @@ typedef struct {
ParserNumType numType; /* used to enforce correct number formatting */
} LexRec, *LexPtr;
+extern LexRec xf86_lex_val;
+
#ifndef TRUE
#define TRUE 1
#endif