[PATCH] Add #include "inpututils.h" to xkbAccessX.c for init_device_event

Peter Hutterer peter.hutterer at who-t.net
Sun Oct 2 15:54:30 PDT 2011


On Sat, Oct 01, 2011 at 08:43:52AM -0700, Alan Coopersmith wrote:
> Fixes Sun compiler warning:
> "xkbAccessX.c", line 128: warning: implicit function declaration: init_device_event
> 
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  xkb/xkbAccessX.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/xkb/xkbAccessX.c b/xkb/xkbAccessX.c
> index 4115ff2..d246827 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>
> -- 
> 1.7.3.2

merged, thanks.

Cheers,
  Peter


More information about the xorg-devel mailing list