diff options
Diffstat (limited to 'games/nxengine/files/patch-sound_org.cpp')
-rw-r--r-- | games/nxengine/files/patch-sound_org.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nxengine/files/patch-sound_org.cpp b/games/nxengine/files/patch-sound_org.cpp new file mode 100644 index 000000000000..03cc4bccf346 --- /dev/null +++ b/games/nxengine/files/patch-sound_org.cpp @@ -0,0 +1,11 @@ +--- sound/org.cpp.orig 2012-04-29 19:01:52 UTC ++++ sound/org.cpp +@@ -4,7 +4,7 @@ + #include <stdlib.h> + #include <string.h> + #include <math.h> +-#include <endian.h> ++#include <sys/endian.h> + + #include "../common/basics.h" + #include "org.h" |