summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gnetlist/patches/patch-ae')
-rw-r--r--cad/gnetlist/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gnetlist/patches/patch-ae b/cad/gnetlist/patches/patch-ae
new file mode 100644
index 00000000000..94b3f844ac1
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/s_rename.c.orig Thu Mar 1 21:54:03 2001
++++ src/s_rename.c Mon Jul 16 19:54:17 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>