mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
retroarch: fix musl build
This commit is contained in:
parent
7b58e37ee6
commit
d84fc5a51c
1 changed files with 10 additions and 0 deletions
10
srcpkgs/retroarch/patches/fix-musl.patch
Normal file
10
srcpkgs/retroarch/patches/fix-musl.patch
Normal 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>
|
Loading…
Add table
Reference in a new issue