summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw')
-rw-r--r--unix/xserver/hw/vnc/Input.cc1
-rw-r--r--unix/xserver/hw/vnc/InputCore.cc1
-rw-r--r--unix/xserver/hw/vnc/InputXKB.cc2
3 files changed, 4 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/Input.cc b/unix/xserver/hw/vnc/Input.cc
index d36a4d76..cf6a7df2 100644
--- a/unix/xserver/hw/vnc/Input.cc
+++ b/unix/xserver/hw/vnc/Input.cc
@@ -49,6 +49,7 @@ CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master);
extern _X_EXPORT DevPrivateKey CoreDevicePrivateKey;
#endif
#include <X11/keysym.h>
+#include <X11/Xlib.h>
#include <X11/Xutil.h>
#undef public
#undef class
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
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