mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(libretro-common) This should allow rthreads.c to compile with -std=c99
This commit is contained in:
parent
15fa7f9cd1
commit
26d37e006a
@ -20,6 +20,10 @@
|
|||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __unix__
|
||||||
|
#define _POSIX_C_SOURCE 199309
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user