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