mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Solaris 11 does not like this POSIX define
This commit is contained in:
parent
a11decf61d
commit
e65ad7c6d8
1 changed files with 2 additions and 0 deletions
|
@ -21,8 +21,10 @@
|
|||
*/
|
||||
|
||||
#ifdef __unix__
|
||||
#ifndef __sun__
|
||||
#define _POSIX_C_SOURCE 199309
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue