diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-13 02:18:12 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-13 02:18:12 +0000 |
commit | 5b0aec9781f900517e1bdfdb72ff663499598be1 (patch) | |
tree | 4b15c737051de730db58c1dc5cac04b4f777aaf0 | |
parent | 7aebee14fa839087b05f90518ed24fc3b26be0a3 (diff) |
Change input drivers to get keysym's from <X11/keysym.h>.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
-rw-r--r-- | src/xf86Summa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Summa.c b/src/xf86Summa.c index 8d94d81..3a0ae13 100644 --- a/src/xf86Summa.c +++ b/src/xf86Summa.c @@ -58,7 +58,7 @@ static const char identification[] = "$Identification: 18 $"; #include "xf86_OSproc.h" #include "xf86Xinput.h" #include "exevents.h" /* Needed for InitValuator/Proximity stuff */ -#include "keysym.h" +#include <X11/keysym.h> #include "mipointer.h" #ifdef XFree86LOADER |