diff options
Diffstat (limited to 'lbx/lbxswap.c')
-rw-r--r-- | lbx/lbxswap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lbx/lbxswap.c b/lbx/lbxswap.c index 4c571fec9..cfed6a4c5 100644 --- a/lbx/lbxswap.c +++ b/lbx/lbxswap.c @@ -47,6 +47,10 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/programs/Xserver/lbx/lbxswap.c,v 1.3 2001/01/17 22:37:00 dawes Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <sys/types.h> #define NEED_REPLIES #define NEED_EVENTS |