mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00: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>
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
#include "misc.h" /* for TRUE/FALSE */
|
||||
|
||||
#ifdef HAVE_SIGACTION
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user