[PATCH 1/2] XWin build fix: include header for xkbcommon structure definitions

Jon TURNEY jon.turney at dronecode.org.uk
Tue Oct 26 08:21:29 PDT 2010


Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
---
 hw/xwin/winconfig.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/xwin/winconfig.h b/hw/xwin/winconfig.h
index 4635ba7..a09b7a8 100644
--- a/hw/xwin/winconfig.h
+++ b/hw/xwin/winconfig.h
@@ -34,7 +34,7 @@
 #ifdef XWIN_XF86CONFIG
 #include "../xfree86/parser/xf86Parser.h"
 #endif
-
+#include <X11/extensions/XKBcommon.h>
 
 /* These are taken from hw/xfree86/common/xf86str.h */
 
-- 
1.7.2.3



More information about the xorg-devel mailing list