Merge pull request #5801 from orbea/gnu

libretro-common: Silence redefined warning.
This commit is contained in:
Twinaphex 2017-11-27 06:35:00 +01:00 committed by GitHub
commit 03bd93d323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,9 @@
#if defined(__linux__)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>