mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +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__
|
||||
#ifndef __sun__
|
||||
#define _POSIX_C_SOURCE 199309
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user