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