summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/eventcomm.h2
-rw-r--r--src/ps2comm.h2
-rw-r--r--src/synproto.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/eventcomm.h b/src/eventcomm.h
index 30c09ee..ac3bbaa 100644
--- a/src/eventcomm.h
+++ b/src/eventcomm.h
@@ -27,6 +27,8 @@
#ifndef _EVENTCOMM_H_
#define _EVENTCOMM_H_
+#include <xorg-server.h>
+
#include <linux/input.h>
#include <linux/version.h>
#include <xf86Xinput.h>
diff --git a/src/ps2comm.h b/src/ps2comm.h
index 2be55e4..fa71d10 100644
--- a/src/ps2comm.h
+++ b/src/ps2comm.h
@@ -22,6 +22,8 @@
#ifndef _PS2COMM_H_
#define _PS2COMM_H_
+#include <xorg-server.h>
+
#include <unistd.h>
#include <sys/ioctl.h>
#include "xf86_OSproc.h"
diff --git a/src/synproto.h b/src/synproto.h
index a099fce..92c447d 100644
--- a/src/synproto.h
+++ b/src/synproto.h
@@ -27,6 +27,8 @@
#ifndef _SYNPROTO_H_
#define _SYNPROTO_H_
+#include <xorg-server.h>
+
#include <unistd.h>
#include <sys/ioctl.h>
#include <xf86Xinput.h>