blob: db930d659ecd65ebe7b13842ed39a77c553303c0 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|