diff options
Diffstat (limited to 'mfb/mfbmisc.c')
-rw-r--r-- | mfb/mfbmisc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/mfbmisc.c b/mfb/mfbmisc.c index d53dc2f73..98db7c1da 100644 --- a/mfb/mfbmisc.c +++ b/mfb/mfbmisc.c @@ -45,6 +45,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbmisc.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 <X11/misc.h> #include "cursor.h" |