Signed-off-by: Peter Hutterer <[email protected]> --- hw/xfree86/xaa/xaalocal.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/hw/xfree86/xaa/xaalocal.h b/hw/xfree86/xaa/xaalocal.h index a9a70da..0780fb1 100644 --- a/hw/xfree86/xaa/xaalocal.h +++ b/hw/xfree86/xaa/xaalocal.h @@ -2,6 +2,10 @@ #ifndef _XAALOCAL_H #define _XAALOCAL_H +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + /* This file is very unorganized ! */ -- 1.7.7.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
