diff options
Diffstat (limited to 'afb/afbcmap.c')
-rw-r--r-- | afb/afbcmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/afb/afbcmap.c b/afb/afbcmap.c index c43725aa4..69b5d7ca4 100644 --- a/afb/afbcmap.c +++ b/afb/afbcmap.c @@ -29,6 +29,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xproto.h> #include "scrnintstr.h" |