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>
This commit is contained in:
parent
85d4bd0dba
commit
3aa62ca6f0
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
#include "misc.h" /* for TRUE/FALSE */
|
||||
|
||||
#ifdef HAVE_SIGACTION
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue