From 6a500fdd4d717947b86f6d6844ebf9a8603eb8e2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 4 Aug 2009 15:29:55 +1000 Subject: [PATCH] dmx: include exglobals.h for DeviceKeyPress and friends. Signed-off-by: Peter Hutterer --- hw/dmx/input/dmxevents.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/dmx/input/dmxevents.c b/hw/dmx/input/dmxevents.c index 0367e49af..37f8cb33b 100644 --- a/hw/dmx/input/dmxevents.c +++ b/hw/dmx/input/dmxevents.c @@ -56,6 +56,7 @@ #include "inputstr.h" #include "mipointer.h" #include "mi.h" +#include "exglobals.h" #include "XIstubs.h"