summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/InputCore.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/InputCore.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/InputCore.cc')
-rw-r--r--unix/xserver/hw/vnc/InputCore.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/InputCore.cc b/unix/xserver/hw/vnc/InputCore.cc
index 63d94125..0fc4fe1e 100644
--- a/unix/xserver/hw/vnc/InputCore.cc
+++ b/unix/xserver/hw/vnc/InputCore.cc
@@ -44,6 +44,7 @@ extern "C" {
#define XK_TECHNICAL
#include <X11/keysym.h>
#include <X11/XF86keysym.h>
+#include <X11/Xlib.h>
#include <X11/Xutil.h>
#undef public
#undef class