diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-01 08:43:52 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-03 08:54:09 +1000 |
commit | 524e5445c0b6df5247d4aac5368470bb89ef4080 (patch) | |
tree | e45890789666e85ea0db102f4edf15004195b7f5 /xkb | |
parent | f32c827d513c44f07e1d0fbcc0c96cef18c9a4d9 (diff) |
Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Fixes Sun compiler warning:
"xkbAccessX.c", line 128: warning: implicit function declaration: init_device_event
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkbAccessX.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xkb/xkbAccessX.c b/xkb/xkbAccessX.c index 4115ff27d..d246827ea 100644 --- a/xkb/xkbAccessX.c +++ b/xkb/xkbAccessX.c @@ -37,6 +37,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <X11/extensions/XIproto.h> #include "inputstr.h" #include "eventstr.h" +#include "inpututils.h" #include <xkbsrv.h> #if !defined(WIN32) #include <sys/time.h> |