diff options
Diffstat (limited to 'render/mipict.c')
-rw-r--r-- | render/mipict.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/render/mipict.c b/render/mipict.c index a16e88cd9..81c775832 100644 --- a/render/mipict.c +++ b/render/mipict.c @@ -22,6 +22,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "scrnintstr.h" #include "gcstruct.h" #include "pixmapstr.h" |