summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2014-09-06 11:05:44 +0300
committerRan Benita <ran234@gmail.com>2014-09-06 11:11:13 +0300
commite95fb475ebd203b030f17ddf9c55e487d3c929a0 (patch)
tree7c87438dcab5cc4320e71d64eb94f0a95b6930f4
parent00733da377ae10073909634d80a59bfa9305d619 (diff)
downloadxorg-lib-libxkbcommon-e95fb475ebd203b030f17ddf9c55e487d3c929a0.tar.gz
Remove <linux/input.h> include from test/x11comp.c
libxkbcommon 0.4.3 introduces a new test, x11comp, which does not build on non-Linux OSes because of the unconditional <linux/input.h> include. This seems not needed even on Linux, so attached there is a simple patch to remove it. https://bugs.freedesktop.org/show_bug.cgi?id=83551 Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r--test/x11comp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/x11comp.c b/test/x11comp.c
index c30ed63..bc87a72 100644
--- a/test/x11comp.c
+++ b/test/x11comp.c
@@ -28,7 +28,6 @@
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include <linux/input.h>
#include "test.h"
#include "xkbcommon/xkbcommon-x11.h"