summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ai
blob: e537fb494986bc34851fb9127f8a9f5b8c9049b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ai,v 1.2 2001/05/10 23:43:26 jtb Exp $

--- itertort.c.orig	Mon Nov 20 20:39:11 2000
+++ itertort.c
@@ -31,9 +31,9 @@
 */
 
 #include	<stdio.h>
-#include	"matrix2.h"
-#include	"sparse2.h"
-#include	"iter.h"
+#include	"meschach/matrix2.h"
+#include	"meschach/sparse2.h"
+#include	"meschach/iter.h"
 #include	<math.h>
 
 #define	errmesg(mesg)	printf("Error: %s error: line %d\n",mesg,__LINE__)