mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
Xext: xf86bigfont: Include osdep.h for OsSignal.
osdep.h holds the definition for OsSignal, and it was not included in xf86bigfont which used it. This lead to build errors on Cygwin. Signed-off-by: b-aaz <b-aazbsd@proton.me>
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
#ifdef CONFIG_MITSHM
|
||||
# if defined(__CYGWIN__)
|
||||
# include <sys/param.h>
|
||||
# include <sys/sysmacros.h>
|
||||
# endif
|
||||
#include <sys/sysmacros.h>
|
||||
#include <sys/ipc.h>
|
||||
@@ -66,6 +65,7 @@
|
||||
|
||||
#include "misc.h"
|
||||
#include "os.h"
|
||||
#include "os/osdep.h"
|
||||
#include "dixstruct.h"
|
||||
#include "gcstruct.h"
|
||||
#include "dixfontstr.h"
|
||||
|
||||
Reference in New Issue
Block a user