diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-06 15:32:27 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-06 15:32:39 +0000 |
commit | 3d476a3d2018dd786cc108212b67136c3e8b1237 (patch) | |
tree | 08931321f5cbf4551ba67c51a7795a7c0d5c6fcb /testing/plib/includes-fix.patch | |
parent | a1b32c10e45f68bf04ffcc9bf9545aa64ee3c6ad (diff) | |
download | aports-3d476a3d2018dd786cc108212b67136c3e8b1237.tar.bz2 aports-3d476a3d2018dd786cc108212b67136c3e8b1237.tar.xz |
testing/plib: new aport
A portable game library
Diffstat (limited to 'testing/plib/includes-fix.patch')
-rw-r--r-- | testing/plib/includes-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/plib/includes-fix.patch b/testing/plib/includes-fix.patch new file mode 100644 index 0000000000..db930d659e --- /dev/null +++ b/testing/plib/includes-fix.patch @@ -0,0 +1,11 @@ +# https://sourceforge.net/p/plib/bugs/53/ +--- a/src/ssg/ssgLoadFLT.cxx ++++ b/src/ssg/ssgLoadFLT.cxx +@@ -103,6 +103,7 @@ + #include <string.h> + #include <fcntl.h> + #include <stdio.h> ++#include <sys/types.h> + #ifdef UL_IRIX + # include <sys/endian.h> + #endif |