summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/int10/pci.c')
-rw-r--r--hw/xfree86/int10/pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/int10/pci.c b/hw/xfree86/int10/pci.c
index 7c95171d4..f35bd7233 100644
--- a/hw/xfree86/int10/pci.c
+++ b/hw/xfree86/int10/pci.c
@@ -5,6 +5,10 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
+
#include "xf86Pci.h"
#include "xf86.h"
#include "xf86_ansic.h"