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

--- torture.c.orig	Mon Dec 12 20:01:07 1994
+++ torture.c
@@ -32,7 +32,7 @@
 
 #include	<stdio.h>
-#include	"matrix2.h"
+#include	<meschach/matrix2.h>
 #include	<math.h>
-#include        "matlab.h"
+#include        <meschach/matlab.h>
 
 #define	errmesg(mesg)	printf("Error: %s error: line %d\n",mesg,__LINE__)