summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gnetlist/patches/patch-ab')
-rw-r--r--cad/gnetlist/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gnetlist/patches/patch-ab b/cad/gnetlist/patches/patch-ab
new file mode 100644
index 00000000000..68333d84b9f
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/gnetlist.c.orig Sun Jul 8 12:13:54 2001
++++ src/gnetlist.c Mon Jul 16 19:52:44 2001
+@@ -20,4 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+ #include <signal.h>
+ #ifdef HAVE_UNISTD_H