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