From 4fc797f3756611a97767f407e1af0b6a7cf2f1d9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 11 Nov 2011 16:25:30 +1000 Subject: [PATCH] xfree86: include xorg-config.h from xaalocal.h Signed-off-by: Peter Hutterer Reviewed-by: Alan Coopersmith --- hw/xfree86/xaa/xaalocal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/xaa/xaalocal.h b/hw/xfree86/xaa/xaalocal.h index a9a70da08..0780fb133 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 +#endif + /* This file is very unorganized ! */