summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ai
blob: cb6301345c5000fc8d431f8876324bc765dabff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ai,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $

--- src/fasthenry/induct.c.orig	Tue Aug  3 22:17:12 2004
+++ src/fasthenry/induct.c
@@ -35,6 +35,7 @@ operation of Software or Licensed Progra
 *//* This is the main part of the code */
 
 #include "induct.h"
+#include <string.h>
 
 /* these are missing in some math.h files */
 extern double asinh();