diff options
Diffstat (limited to 'hw/xfree86/os-support/xf86OSpriv.h')
-rw-r--r-- | hw/xfree86/os-support/xf86OSpriv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/xf86OSpriv.h b/hw/xfree86/os-support/xf86OSpriv.h index 865738c40..449e8ddd0 100644 --- a/hw/xfree86/os-support/xf86OSpriv.h +++ b/hw/xfree86/os-support/xf86OSpriv.h @@ -26,6 +26,10 @@ * authorization from the copyright holder(s) and author(s). */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #ifndef _XF86OSPRIV_H #define _XF86OSPRIV_H |