diff options
Diffstat (limited to 'hw/xwin/winconfig.c')
-rw-r--r-- | hw/xwin/winconfig.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 1764dd3d5..917ce08c0 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -29,13 +29,18 @@ */ /* $XFree86: xc/programs/Xserver/hw/xwin/winconfig.c,v 1.3 2003/10/02 13:30:10 eich Exp $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" #include "winconfig.h" #include "winmsg.h" #include "globals.h" #ifdef XKB +#ifndef XKB_IN_SERVER #define XKB_IN_SERVER +#endif #include <X11/extensions/XKBsrv.h> #endif |