summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-af
blob: fd428a7ad5264d2a887912a0ad8f31e9bd5bc796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-af,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $

--- sptort.c.orig	Mon Feb 28 23:22:35 1994
+++ sptort.c
@@ -30,9 +30,9 @@
 
 #include	<stdio.h>
 #include	<math.h>
-#include	"matrix2.h"
-#include	"sparse2.h"
-#include        "iter.h"
+#include	<meschach/matrix2.h>
+#include	<meschach/sparse2.h>
+#include        <meschach/iter.h>
 
 #define	errmesg(mesg)	printf("Error: %s error: line %d\n",mesg,__LINE__)
 #define notice(mesg)	printf("# Testing %s...\n",mesg);