summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ac
blob: 084e4f052e3deae888c1fc621b26b9c9495a4938 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-ac,v 1.7 2004/07/15 04:00:47 dmcmahill Exp $

--- routines/interf/stcreate.c.orig	Mon Mar 22 14:47:08 2004
+++ routines/interf/stcreate.c
@@ -1,3 +1,5 @@
+#include <string.h>
+
 #include "../stack-c.h"
 #define memused(it,mn) ((((mn)*( it % 10))/sizeof(int))+1)
 #include "../stack-c.h"