diff options
Diffstat (limited to 'hw/xfree86/xf4bpp/ppcDepth.c')
-rw-r--r-- | hw/xfree86/xf4bpp/ppcDepth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/xf4bpp/ppcDepth.c b/hw/xfree86/xf4bpp/ppcDepth.c index 5c3aff6f6..8a67cdd30 100644 --- a/hw/xfree86/xf4bpp/ppcDepth.c +++ b/hw/xfree86/xf4bpp/ppcDepth.c @@ -30,6 +30,10 @@ * */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include "xf4bpp.h" #include "scrnintstr.h" |