fix compiler warning in hw/xfree86/common/xf86Config.c

This commit is contained in:
Greg Kroah-Hartman 2006-07-05 13:26:34 -07:00
parent f059b61ab3
commit 863f5cc31b

View File

@ -75,6 +75,7 @@ extern DeviceAssocRec mouse_assoc;
#endif
#ifdef XKB
#undef XKB_IN_SERVER
#define XKB_IN_SERVER
#include <X11/extensions/XKBsrv.h>
#endif