mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
libretro-common: Silence redefined warning.
This commit is contained in:
parent
09c39a91d7
commit
768b1b433c
@ -24,7 +24,9 @@
|
||||
|
||||
#if defined(__linux__)
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user