aboutsummaryrefslogtreecommitdiff
path: root/textproc/opensp/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-08-03 07:15:43 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-08-03 07:15:43 +0000
commit3020645a7c15b55dbed8c20d7917906d69b5a489 (patch)
tree72c5a78452a7d5bb2c85d2e7bbb2fa10222b3545 /textproc/opensp/files
parent658c17ad4a5f94c4e21ec3924b7844bcca104217 (diff)
Notes
Diffstat (limited to 'textproc/opensp/files')
-rw-r--r--textproc/opensp/files/patch-RangeMap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/opensp/files/patch-RangeMap.h b/textproc/opensp/files/patch-RangeMap.h
new file mode 100644
index 000000000000..b507f11fc5b8
--- /dev/null
+++ b/textproc/opensp/files/patch-RangeMap.h
@@ -0,0 +1,10 @@
+--- include/RangeMap.h.orig Sun Aug 1 19:34:55 2004
++++ include/RangeMap.h Sun Aug 1 19:26:43 2004
+@@ -9,6 +9,7 @@
+ #include "ISet.h"
+ #include "types.h"
+ #include <stddef.h>
++#include "constant.h"
+
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {