summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gnetlist/patches/patch-ac')
-rw-r--r--cad/gnetlist/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gnetlist/patches/patch-ac b/cad/gnetlist/patches/patch-ac
new file mode 100644
index 00000000000..320c3fe87ba
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/parsecmd.c.orig Sun Feb 18 17:47:48 2001
++++ src/parsecmd.c Mon Jul 16 19:53:14 2001
+@@ -20,4 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>