diff options
Diffstat (limited to 'cad/geda/patches/patch-ae')
-rw-r--r-- | cad/geda/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/geda/patches/patch-ae b/cad/geda/patches/patch-ae new file mode 100644 index 00000000000..13e9f5c6949 --- /dev/null +++ b/cad/geda/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $ + +--- graphman/libstring.c.orig 2004-08-30 21:02:42.000000000 +0000 ++++ graphman/libstring.c +@@ -18,6 +18,7 @@ + /* */ + /*******************************************************************************/ + ++#include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include "libstring.h" |