diff --git a/srcpkgs/retroarch/patches/fix-musl.patch b/srcpkgs/retroarch/patches/fix-musl.patch new file mode 100644 index 00000000000..7778a773145 --- /dev/null +++ b/srcpkgs/retroarch/patches/fix-musl.patch @@ -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 + #include ++#include + + #include + #include