blob: 2efdcba1df151c16732cabff7bfce0f45fd74227 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-af,v 1.1 2001/02/09 11:29:37 dmcmahill Exp $
--- src/fasthenry/induct.c.orig Tue Nov 12 14:18:46 1996
+++ src/fasthenry/induct.c Thu Feb 8 18:54:48 2001
@@ -2,4 +2,5 @@
#include "induct.h"
+#include <string.h>
/* these are missing in some math.h files */
|