diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-14 03:36:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-14 03:36:44 +0000 |
commit | 6b546d0ec07e493b501e82300b3e6c143cd4d0ac (patch) | |
tree | 72d3f60b7169aa295a8a0b5aca4b74af1f9963bf /hw/xnest/Keyboard.c | |
parent | 7375f4d13626bbba4204e2f08f41c212b2eed992 (diff) |
Add #include <xnest-config.h> to the Xnest source files for modularization.
Diffstat (limited to 'hw/xnest/Keyboard.c')
-rw-r--r-- | hw/xnest/Keyboard.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c index d1260c694..52c5e91fe 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -16,9 +16,13 @@ is" without express or implied warranty. /* $XFree86: xc/programs/Xserver/hw/xnest/Keyboard.c,v 1.9 2003/09/13 21:33:09 dawes Exp $ */ #define NEED_EVENTS +#ifdef HAVE_XNEST_CONFIG_H +#include <xnest-config.h> +#endif + #include <X11/X.h> #include <X11/Xproto.h> -#include "keysym.h" +#include <X11/keysym.h> #include "screenint.h" #include "inputstr.h" #include "misc.h" |