blob: f3b6c643ce50e79082a075217262c28093568c06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.4 2004/09/20 02:08:58 dmcmahill Exp $
--- src/fasthenry/addgroundplane.c.orig Tue Aug 3 22:17:08 2004
+++ src/fasthenry/addgroundplane.c
@@ -32,7 +32,9 @@ damages, losses or liabilities whatsoeve
person or damage to property arising from or out of the possession, use, or
operation of Software or Licensed Program(s) by LICENSEE or its customers.
-*/#include<stdio.h>
+*/
+#include<stdio.h>
+#include<string.h>
#include<math.h>
#include "induct.h"
|