diff options
Diffstat (limited to 'math/meschach/patches/patch-ae')
-rw-r--r-- | math/meschach/patches/patch-ae | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/meschach/patches/patch-ae b/math/meschach/patches/patch-ae index d62578aa87c..6ab06e194e6 100644 --- a/math/meschach/patches/patch-ae +++ b/math/meschach/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$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 @@ -8,8 +8,8 @@ $NetBSD: patch-ae,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ #include <math.h> -#include "matrix.h" -#include "matrix2.h" -+#include <meschach/matrix.h> -+#include <meschach/matrix2.h> ++#include "meschach/matrix.h" ++#include "meschach/matrix2.h" #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__) |