aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/InputXKB.cc
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2013-04-11 10:48:27 +0000
committerPierre Ossman <ossman@cendio.se>2013-04-11 10:48:27 +0000
commit98914846b3723ddbc1f4de9955b730b7291f9425 (patch)
tree27a282d84a4bfe5f1365ba93b04546ec912a20f5 /unix/xserver/hw/vnc/InputXKB.cc
parent2a87ddcbb5a28cd30d65ff2957d7f5ac2d9d3f1c (diff)
downloadtigervnc-98914846b3723ddbc1f4de9955b730b7291f9425.tar.gz
tigervnc-98914846b3723ddbc1f4de9955b730b7291f9425.zip
Add some missing headers. It is not really ok to include Xutil.h
without first including Xlib.h. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5078 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/InputXKB.cc')
-rw-r--r--unix/xserver/hw/vnc/InputXKB.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/InputXKB.cc b/unix/xserver/hw/vnc/InputXKB.cc
index 4ac0d917..39d9252c 100644
--- a/unix/xserver/hw/vnc/InputXKB.cc
+++ b/unix/xserver/hw/vnc/InputXKB.cc
@@ -35,6 +35,8 @@ extern "C" {
#include "eventstr.h"
#include "scrnintstr.h"
#include "mi.h"
+#include <X11/keysym.h>
+#include <X11/Xlib.h>
#include <X11/Xutil.h>
#undef public
#undef class