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