diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-11-11 16:25:30 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-09 14:56:24 +1000 |
commit | 4fc797f3756611a97767f407e1af0b6a7cf2f1d9 (patch) | |
tree | 1be0a2550c76abd8868dd9c8402bd0bc53a33cc9 /hw | |
parent | 8c9589c71d47f287588314d77ddbfcc22cd04c8a (diff) |
xfree86: include xorg-config.h from xaalocal.h
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hw')
-rw-r--r-- | 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 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 <xorg-config.h> +#endif + /* This file is very unorganized ! */ |