From 5afa21118184880c95661d2da11f380c63ff3002 Mon Sep 17 00:00:00 2001
From: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
Date: Fri, 10 Apr 2009 14:08:16 +1000
Subject: Ensure we have a definition of BYTE

---
 src/xinput.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/xinput.h b/src/xinput.h
index 4b68090..71fbd77 100644
--- a/src/xinput.h
+++ b/src/xinput.h
@@ -25,6 +25,7 @@
 #include <config.h>
 #endif
 
+#include <X11/Xmd.h>
 #include <X11/Xlib.h>
 #include <X11/extensions/XInput.h>
 #ifdef HAVE_XI2
-- 
1.6.2.2

