diff options
Diffstat (limited to '')
-rw-r--r-- | games/xzip/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xzip/files/patch-ab b/games/xzip/files/patch-ab new file mode 100644 index 000000000000..30c5c067b4ac --- /dev/null +++ b/games/xzip/files/patch-ab @@ -0,0 +1,11 @@ +--- ztypes.h.orig Sun May 9 16:02:32 1999 ++++ ztypes.h Sun May 9 16:02:52 1999 +@@ -19,6 +19,8 @@ + #include <malloc.h> + #endif /* MSDOS */ + ++#include <machine/endian.h> ++ + /* Try the endianness auto-detect. */ + + #ifdef AUTO_END_MODE |