Skip to content

Commit

Permalink
Merge pull request #1060 from orbea/new_dynarec
Browse files Browse the repository at this point in the history
src: fix the new_dynarec with musl
  • Loading branch information
richard42 authored Jan 25, 2024
2 parents 1656545 + 1639bb0 commit 860fac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/r4300/new_dynarec/new_dynarec.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h> // needed for u_int, u_char, etc
#include <assert.h>

#if defined(__APPLE__)
#include <sys/types.h> // needed for u_int, u_char, etc
#define MAP_ANONYMOUS MAP_ANON
#endif

Expand Down

0 comments on commit 860fac3

Please sign in to comment.