1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/libretro-mupen64plus/musl-incompatibility.patch
2020-01-03 20:19:34 +01:00

15 lines
538 B
Diff

diff --git a/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c b/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c
index 9fd6054..c6fe0f7 100644
--- a/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c
+++ b/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c
@@ -24,10 +24,8 @@
#include <string.h>
#include <assert.h>
-#if defined(__APPLE__)
#include <sys/types.h> // needed for u_int, u_char, etc
#define MAP_ANONYMOUS MAP_ANON
-#endif
#include "new_dynarec.h"
#include "api/m64p_types.h"