Fix missing includes 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/1416>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-03-18 15:11:08 +01:00
committed by Marge Bot
parent 54a2dfc229
commit f6a367102c
24 changed files with 39 additions and 7 deletions

View File

@@ -34,6 +34,7 @@
#include <netdb.h>
#endif
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <X11/X.h>