From 4bbaa65361ead1be9c0f29104e7177e49158ba6c Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 22 Sep 2017 04:43:17 +0200 Subject: [PATCH] Prevent redefinition of typedef; C11 only --- libretro-common/include/streams/interface_stream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-common/include/streams/interface_stream.h b/libretro-common/include/streams/interface_stream.h index 7eb44c249d..213493de0d 100644 --- a/libretro-common/include/streams/interface_stream.h +++ b/libretro-common/include/streams/interface_stream.h @@ -30,9 +30,9 @@ #include #include -RETRO_BEGIN_DECLS +#include -typedef struct _chd_file chd_file; +RETRO_BEGIN_DECLS enum intfstream_type {