From 98abac809a024ac3ed9dd0514ca96367f668c05d Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 11 Nov 2010 23:06:13 +0000 Subject: [PATCH] Fix compilation after input API change Fix compilation after commit 675f4a8525d29ebad783351e17be785b2f32b2e8 converts winmouse.c to the new ValuatorMask input API, but doesn't include the required header inpututil.h Signed-off-by: Jon TURNEY Signed-off-by: Peter Hutterer --- hw/xwin/winmouse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/winmouse.c b/hw/xwin/winmouse.c index da1d5a9e7..ee93d8f02 100644 --- a/hw/xwin/winmouse.c +++ b/hw/xwin/winmouse.c @@ -39,6 +39,7 @@ #include "inputstr.h" #include "exevents.h" /* for button/axes labels */ #include "xserver-properties.h" +#include "inpututils.h" /* Peek the internal button mapping */ static CARD8 const *g_winMouseButtonMap = NULL;