diff options
Diffstat (limited to 'lbx/lbxopts.c')
-rw-r--r-- | lbx/lbxopts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lbx/lbxopts.c b/lbx/lbxopts.c index 619af011a..53f5efed9 100644 --- a/lbx/lbxopts.c +++ b/lbx/lbxopts.c @@ -23,6 +23,10 @@ */ /* $XFree86: xc/programs/Xserver/lbx/lbxopts.c,v 1.5 2001/01/17 22:37:00 dawes Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifdef OPTDEBUG #include <stdio.h> #endif |