diff options
Diffstat (limited to 'lbx/lbxtables.c')
-rw-r--r-- | lbx/lbxtables.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lbx/lbxtables.c b/lbx/lbxtables.c index 26a635f6f..5e8174eeb 100644 --- a/lbx/lbxtables.c +++ b/lbx/lbxtables.c @@ -22,6 +22,10 @@ * */ /* $XFree86: xc/programs/Xserver/lbx/lbxtables.c,v 1.2 2000/05/18 23:46:24 dawes Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "dix.h" extern int ProcInitialConnection(ClientPtr client); |