summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-ad
blob: c433838ac21cbc5ae4241f617ecaedf3a90e719c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $

--- src/s_net.c.orig	Fri Jun 15 20:37:43 2001
+++ src/s_net.c	Mon Jul 16 19:53:43 2001
@@ -20,4 +20,7 @@
 #include <config.h>
 #include <stdio.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
 #include <stdlib.h>
 #include <assert.h>