diff options
Diffstat (limited to 'xfixes/xfixes.c')
-rwxr-xr-x | xfixes/xfixes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xfixes/xfixes.c b/xfixes/xfixes.c index bf07f66f1..38e9b39c1 100755 --- a/xfixes/xfixes.c +++ b/xfixes/xfixes.c @@ -22,6 +22,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifdef HAVE_CONFIG_H #include <config.h> #endif |