mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 00:48:04 +02:00
os: fix missing include of misc.h in busfault.h
busfault.h is using FALSE, but didn't include misc.h, so it really
depends on include order whether it works.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1381>
(cherry picked from commit 3aa62ca6f0)
This commit is contained in:
parent
83936985d9
commit
e3610a9f5c
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
#include "misc.h" /* for TRUE/FALSE */
|
||||
|
||||
#ifdef BUSFAULT
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue