mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 01:00:30 +01:00
os: Explicitly include X11/Xmd.h for CARD32 definition to fix building on i686
Noticed this after trying to update to xorg-server-xwayland-24.1.0 in void linux https://github.com/void-linux/void-packages/pull/50457
Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1561>
(cherry picked from commit af6180b2c9)
This commit is contained in:
parent
1cdafd8053
commit
2f17ce75cc
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ SOFTWARE.
|
|||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
#include <X11/Xos.h>
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
/* If EAGAIN and EWOULDBLOCK are distinct errno values, then we check errno
|
||||
* for both EAGAIN and EWOULDBLOCK, because some supposedly POSIX
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue