summaryrefslogtreecommitdiff
path: root/textproc/jade/patches/patch-al
blob: 9c090e8bf7888cd3ea5015336c6e55b78c0ab544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-al,v 1.1 2002/12/23 20:05:07 jschauma Exp $

--- include/Vector.cxx.orig	Sun Dec 22 13:01:13 2002
+++ include/Vector.cxx	Sun Dec 22 13:01:31 2002
@@ -7,6 +7,10 @@
 #include <stddef.h>
 #include <string.h>

+#ifdef sgi 
+#include "Vector.h"
+#endif
+
 #ifdef SP_QUAL_TEMPLATE_DTOR_BROKEN
 #define DTOR(T) ~T
 #else