diff options
Diffstat (limited to 'hw/xfree86/vgahw/vgaHW.c')
-rw-r--r-- | hw/xfree86/vgahw/vgaHW.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c index fb0e65b7e..07a41d128 100644 --- a/hw/xfree86/vgahw/vgaHW.c +++ b/hw/xfree86/vgahw/vgaHW.c @@ -12,6 +12,10 @@ #define _NEED_SYSI86 +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include <X11/X.h> #include <X11/misc.h> |