ab8490f3bf
- distfile has moved - license has changed. Patches are the result of de-fuzzing the old patches since the new source files have the new (less restrictive) license.
12 lines
363 B
Text
12 lines
363 B
Text
$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();
|