diff options
Diffstat (limited to 'app-text/opensp/files/opensp-1.5-gcc34.patch')
-rw-r--r-- | app-text/opensp/files/opensp-1.5-gcc34.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/opensp/files/opensp-1.5-gcc34.patch b/app-text/opensp/files/opensp-1.5-gcc34.patch new file mode 100644 index 000000000000..60ee56085315 --- /dev/null +++ b/app-text/opensp/files/opensp-1.5-gcc34.patch @@ -0,0 +1,10 @@ +--- include/RangeMap.h~ 2004-04-22 20:34:13.729541096 +0300 ++++ include/RangeMap.h 2004-04-22 20:31:48.473049702 +0300 +@@ -8,6 +8,7 @@ + #include "Boolean.h" + #include "ISet.h" + #include "types.h" ++#include "constant.h" + #include <stddef.h> + + #ifdef SP_NAMESPACE |