summaryrefslogtreecommitdiff
path: root/afb/afbpixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'afb/afbpixmap.c')
-rw-r--r--afb/afbpixmap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/afb/afbpixmap.c b/afb/afbpixmap.c
index 3d1245125..a155c101b 100644
--- a/afb/afbpixmap.c
+++ b/afb/afbpixmap.c
@@ -54,6 +54,10 @@ SOFTWARE.
on a monchrome device, a pixmap is a bitmap.
*/
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <X11/Xmd.h>
#include "scrnintstr.h"
#include "pixmapstr.h"