diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-04 15:29:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-05 08:02:17 +1000 |
commit | 6a500fdd4d717947b86f6d6844ebf9a8603eb8e2 (patch) | |
tree | 609d535fa1bb8cb47fb3a26ab791c9f01292c7c3 /hw/dmx/input | |
parent | 591c2f8758ef36a9bbf1625f9c207a1804f58ef4 (diff) |
dmx: include exglobals.h for DeviceKeyPress and friends.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/dmx/input')
-rw-r--r-- | hw/dmx/input/dmxevents.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |