diff options
Diffstat (limited to 'lbx/lbxcmap.c')
-rw-r--r-- | lbx/lbxcmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lbx/lbxcmap.c b/lbx/lbxcmap.c index 8214136e9..e65f8efd2 100644 --- a/lbx/lbxcmap.c +++ b/lbx/lbxcmap.c @@ -27,6 +27,10 @@ from The Open Group. */ /* $XFree86: xc/programs/Xserver/lbx/lbxcmap.c,v 1.9 2001/08/23 14:46:57 alanh Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <sys/types.h> #define NEED_REPLIES #define NEED_EVENTS |