diff options
Diffstat (limited to 'hw/xfree86/dixmods/cfb24module.c')
-rw-r--r-- | hw/xfree86/dixmods/cfb24module.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/xfree86/dixmods/cfb24module.c b/hw/xfree86/dixmods/cfb24module.c index e7e683ae0..c467db703 100644 --- a/hw/xfree86/dixmods/cfb24module.c +++ b/hw/xfree86/dixmods/cfb24module.c @@ -25,6 +25,14 @@ * XFree86 Project. */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifdef XFree86LOADER #include "xf86Module.h" |