mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
Solaris 11 does not like this POSIX define
This commit is contained in:
parent
a11decf61d
commit
e65ad7c6d8
@ -21,8 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __unix__
|
#ifdef __unix__
|
||||||
|
#ifndef __sun__
|
||||||
#define _POSIX_C_SOURCE 199309
|
#define _POSIX_C_SOURCE 199309
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user