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>
This commit is contained in:
parent
94e5252365
commit
b2fd743288
|
@ -29,6 +29,7 @@
|
|||
#include <inpututils.h>
|
||||
#include <libgen.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <libei.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue