blob: 6ab06e194e671bed32c2db5ec9593366c7233f23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.2 2001/05/10 23:43:26 jtb Exp $
--- mfuntort.c.orig Fri Jan 14 01:08:28 1994
+++ mfuntort.c
@@ -30,8 +30,8 @@
#include <stdio.h>
#include <math.h>
-#include "matrix.h"
-#include "matrix2.h"
+#include "meschach/matrix.h"
+#include "meschach/matrix2.h"
#define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
|