From 1a4e30d508e62ab304722c3525748ff0e3c2899d Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 27 Sep 2005 13:47:26 +0000 Subject: [PATCH] Include xorg-config.h so the generated file will also include it. --- hw/xfree86/common/modeline2c.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/common/modeline2c.pl b/hw/xfree86/common/modeline2c.pl index abe995550..cc6c6925e 100644 --- a/hw/xfree86/common/modeline2c.pl +++ b/hw/xfree86/common/modeline2c.pl @@ -67,6 +67,10 @@ printf("/* \$$proj\$ */ * Author: Dirk Hohndel */ +#ifdef HAVE_XORG_CONFIG_H +#include +#endif + #ifdef __UNIXOS2__ #define I_NEED_OS2_H #endif