summaryrefslogtreecommitdiff
path: root/hw/xwayland
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-03-18 15:11:08 +0100
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-03-21 17:32:30 +0100
commitb2fd743288e75738486edf88da52dcd9e159a8f4 (patch)
treedddbd3b3b1ea6418b7fdaaef2b2e08fef3178212 /hw/xwayland
parent94e5252365b5336babe03b7451ea791d2de0dc3e (diff)
xwayland: fix missing include of <errno.h>
It's much cleaner to always include directly what one needs, instead of relying on very indirect including. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1435>
Diffstat (limited to 'hw/xwayland')
-rw-r--r--hw/xwayland/xwayland-xtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwayland/xwayland-xtest.c b/hw/xwayland/xwayland-xtest.c
index e4a297ab5..89de93afc 100644
--- a/hw/xwayland/xwayland-xtest.c
+++ b/hw/xwayland/xwayland-xtest.c
@@ -29,6 +29,7 @@
#include <inpututils.h>
#include <libgen.h>
#include <unistd.h>
+#include <errno.h>
#include <libei.h>