diff options
Diffstat (limited to 'hw/xfree86/parser/Files.c')
-rw-r--r-- | hw/xfree86/parser/Files.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/parser/Files.c b/hw/xfree86/parser/Files.c index fd18dcf2e..cbbcc74c8 100644 --- a/hw/xfree86/parser/Files.c +++ b/hw/xfree86/parser/Files.c @@ -56,6 +56,10 @@ /* View/edit this file with tab stops set to 4 */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include <X11/Xos.h> #include "xf86Parser.h" #include "xf86tokens.h" |