summaryrefslogtreecommitdiff
path: root/hw/xwayland
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-03-19 10:16:44 +1000
committerMarge Bot <emma+marge@anholt.net>2024-03-19 00:33:26 +0000
commit924939c886ab02eae046d18ced37943e4ac40844 (patch)
treecdcee5c2065a4d618adcb6ad12b065f83ed57fa2 /hw/xwayland
parent792758faa5c089a484ed733d76eee00ddc278177 (diff)
Revert "Fix missing includes of <errno.h>"
Removing errno from xf86_OSlib.h breaks the xf86-input-mouse driver build. And xf86_OSlib.h itself relies on errno anyway in the SYSCALL macro provided by this header. This reverts commit f6a367102cbb4ab8b8d56b1943a06cc07462cd81. Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1423>
Diffstat (limited to 'hw/xwayland')
-rw-r--r--hw/xwayland/xwayland-xtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwayland/xwayland-xtest.c b/hw/xwayland/xwayland-xtest.c
index 89de93afc..e4a297ab5 100644
--- a/hw/xwayland/xwayland-xtest.c
+++ b/hw/xwayland/xwayland-xtest.c
@@ -29,7 +29,6 @@
#include <inpututils.h>
#include <libgen.h>
#include <unistd.h>
-#include <errno.h>
#include <libei.h>