libretro-common: Silence redefined warning.

This commit is contained in:
orbea 2017-11-26 20:14:06 -08:00
parent 09c39a91d7
commit 768b1b433c

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>