mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-04 17:18:39 +00:00
Merge pull request #5801 from orbea/gnu
libretro-common: Silence redefined warning.
This commit is contained in:
commit
03bd93d323
@ -24,7 +24,9 @@
|
||||
|
||||
#if defined(__linux__)
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user