retroarch: fix musl build

This commit is contained in:
Michael Gehring 2016-05-03 07:28:36 +02:00
parent 7b58e37ee6
commit d84fc5a51c
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- libretro-common/include/streams/interface_stream.h.orig 2016-05-03 07:27:13.098949010 +0200
+++ libretro-common/include/streams/interface_stream.h 2016-05-03 07:27:22.507949495 +0200
@@ -25,6 +25,7 @@
#include <stdint.h>
#include <stddef.h>
+#include <sys/types.h>
#include <retro_common_api.h>
#include <boolean.h>