summaryrefslogtreecommitdiff
path: root/fb/fbbits.h
diff options
context:
space:
mode:
Diffstat (limited to 'fb/fbbits.h')
-rw-r--r--fb/fbbits.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fb/fbbits.h b/fb/fbbits.h
index 69b254452..699782229 100644
--- a/fb/fbbits.h
+++ b/fb/fbbits.h
@@ -29,6 +29,10 @@
#define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef BITSMUL
#define MUL BITSMUL
#else