diff options
Diffstat (limited to 'hw/xfree86/os-support/bus/ppcPci.c')
-rw-r--r-- | hw/xfree86/os-support/bus/ppcPci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/bus/ppcPci.c b/hw/xfree86/os-support/bus/ppcPci.c index 1be10ab9b..7a438af67 100644 --- a/hw/xfree86/os-support/bus/ppcPci.c +++ b/hw/xfree86/os-support/bus/ppcPci.c @@ -58,6 +58,10 @@ * SOFTWARE. */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include <stdio.h> #include "compiler.h" #include "xf86.h" |