diff options
Diffstat (limited to 'hw/xfree86/common/fourcc.h')
-rw-r--r-- | hw/xfree86/common/fourcc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/common/fourcc.h b/hw/xfree86/common/fourcc.h index e60aa4e83..164678ec2 100644 --- a/hw/xfree86/common/fourcc.h +++ b/hw/xfree86/common/fourcc.h @@ -34,6 +34,10 @@ For an explanation of fourcc <-> guid mappings see RFC2361. */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #ifndef _XF86_FOURCC_H_ #define _XF86_FOURCC_H_ 1 |