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:
b-aaz
2025-12-07 18:59:38 +00:00
committed by Enrico Weigelt
parent d334e01e31
commit 8368df64d1

View File

@@ -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"