diff options
Diffstat (limited to 'lbx/lbxgfx.c')
-rw-r--r-- | lbx/lbxgfx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lbx/lbxgfx.c b/lbx/lbxgfx.c index f1c1623b0..877ce8e05 100644 --- a/lbx/lbxgfx.c +++ b/lbx/lbxgfx.c @@ -25,6 +25,10 @@ /* various bits of DIX-level mangling */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <sys/types.h> #include <stdio.h> #define NEED_REPLIES |