diff options
Diffstat (limited to 'mfb/mfbpushpxl.c')
-rw-r--r-- | mfb/mfbpushpxl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/mfbpushpxl.c b/mfb/mfbpushpxl.c index 511d6c22c..1cbdf9a5b 100644 --- a/mfb/mfbpushpxl.c +++ b/mfb/mfbpushpxl.c @@ -47,6 +47,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbpushpxl.c,v 1.4 2001/02/09 02:05:19 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include "gcstruct.h" #include "scrnintstr.h" |