diff options
Diffstat (limited to 'mfb/mfbbstore.c')
-rw-r--r-- | mfb/mfbbstore.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/mfbbstore.c b/mfb/mfbbstore.c index d30c67ae7..270aa78fd 100644 --- a/mfb/mfbbstore.c +++ b/mfb/mfbbstore.c @@ -28,6 +28,10 @@ from The Open Group. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "mfb.h" #include <X11/X.h> #include "mibstore.h" |