blob: d62578aa87ca01311626d6d284cfe9040d74715b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.1.1.1 2000/12/05 00:06:49 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__)
|