diff options
Diffstat (limited to 'fb/fbcmap.c')
-rw-r--r-- | fb/fbcmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fb/fbcmap.c b/fb/fbcmap.c index 4eacd194b..762c51c9d 100644 --- a/fb/fbcmap.c +++ b/fb/fbcmap.c @@ -30,6 +30,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" |