summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-bc
blob: c3ec2650b87384a4584074e514e204f17f6e4834 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-bc,v 1.2 1999/03/05 11:22:35 frueauf Exp $

--- routines/sun/getenvc.c.orig	Sun Dec 20 11:27:21 1998
+++ routines/sun/getenvc.c	Sun Dec 20 11:56:20 1998
@@ -2,4 +2,5 @@
 /* returns setenv defined variable when getenv fails */
 #include <stdio.h>
+#include <string.h>
 
 #include "../graphics/Math.h"