diff options
Diffstat (limited to 'cad/fasthenry/patches/patch-af')
-rw-r--r-- | cad/fasthenry/patches/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-af b/cad/fasthenry/patches/patch-af new file mode 100644 index 00000000000..2efdcba1df1 --- /dev/null +++ b/cad/fasthenry/patches/patch-af @@ -0,0 +1,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 */ |