summaryrefslogtreecommitdiff
path: root/cad/gschem/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gschem/patches/patch-ac')
-rw-r--r--cad/gschem/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gschem/patches/patch-ac b/cad/gschem/patches/patch-ac
new file mode 100644
index 00000000000..4fccf928483
--- /dev/null
+++ b/cad/gschem/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
+
+--- src/o_slot.c.orig Sun Jul 8 22:03:46 2001
++++ src/o_slot.c Mon Jul 16 21:50:03 2001
+@@ -23,4 +23,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+
+ #include <libgeda/libgeda.h>