mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 18:15:28 -04:00
Solaris: Try to fix not compiling
This commit is contained in:
parent
eaef976993
commit
a332ace34a
@ -25,8 +25,8 @@
|
|||||||
-->
|
-->
|
||||||
<identifiers
|
<identifiers
|
||||||
system ="PLAYSTATION"
|
system ="PLAYSTATION"
|
||||||
volume ="PSN00BSDK_TEMPLATE"
|
volume ="CLASSICUBE_PS1"
|
||||||
volume_set ="PSN00BSDK_TEMPLATE"
|
volume_set ="CLASSICUBE_PS1"
|
||||||
publisher ="MEIDOTEK"
|
publisher ="MEIDOTEK"
|
||||||
data_preparer ="PSN00BSDK ${PSN00BSDK_VERSION}"
|
data_preparer ="PSN00BSDK ${PSN00BSDK_VERSION}"
|
||||||
application ="PLAYSTATION"
|
application ="PLAYSTATION"
|
||||||
|
@ -39,6 +39,10 @@
|
|||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <sys/ucontext.h>
|
#include <sys/ucontext.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#elif defined CC_BUILD_SOLARIS
|
||||||
|
#include <signal.h>
|
||||||
|
#include <sys/ucontext.h>
|
||||||
|
#include <sys/regset.h>
|
||||||
#elif defined CC_BUILD_POSIX
|
#elif defined CC_BUILD_POSIX
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/ucontext.h>
|
#include <sys/ucontext.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user