mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
xfree86: add missing headers to build sun_init.c on Solaris/SPARC
Fixes:0f715b4ca("xfree86: os-support: move hidden Solaris-specific symbols out of public header") Fixes:e2fa0d2ae("fix including <sys/mman.h>") Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2070>
This commit is contained in:
parent
908f0a488d
commit
c62cd2feaa
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,11 @@
|
||||||
#include <sys/kd.h>
|
#include <sys/kd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__i386__) && !defined(__i386) && !defined(__x86)
|
||||||
|
#include <sys/fbio.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Applications see VT number as consecutive integers starting from 1.
|
* Applications see VT number as consecutive integers starting from 1.
|
||||||
* VT number VT device
|
* VT number VT device
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue