diff options
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 |
