diff options
Diffstat (limited to 'cad/gschem/patches/patch-ab')
-rw-r--r-- | cad/gschem/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gschem/patches/patch-ab b/cad/gschem/patches/patch-ab new file mode 100644 index 00000000000..208787cbef2 --- /dev/null +++ b/cad/gschem/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ + +--- src/i_basic.c.orig Sun Jul 8 22:03:46 2001 ++++ src/i_basic.c Mon Jul 16 21:33:35 2001 +@@ -22,4 +22,7 @@ + + #include <config.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + + #include <libgeda/libgeda.h> |