summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-aw')
-rw-r--r--math/scilab/patches/patch-aw11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scilab/patches/patch-aw b/math/scilab/patches/patch-aw
new file mode 100644
index 00000000000..9cd0dceeae3
--- /dev/null
+++ b/math/scilab/patches/patch-aw
@@ -0,0 +1,11 @@
+$NetBSD: patch-aw,v 1.4 2002/03/05 21:05:54 dmcmahill Exp $
+
+--- routines/int/mgeti.c.orig Wed Jan 5 12:25:48 2000
++++ routines/int/mgeti.c Tue Mar 5 07:35:39 2002
+@@ -1,3 +1,6 @@
+ /* Copyright INRIA */
++#ifdef __NetBSD__
++#include <string.h>
++#endif
+ #include <stdio.h>
+ #ifdef __STDC__