diff options
Diffstat (limited to 'cad/geda/patches/patch-ac')
-rw-r--r-- | cad/geda/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/geda/patches/patch-ac b/cad/geda/patches/patch-ac new file mode 100644 index 00000000000..4c87ff3cc3c --- /dev/null +++ b/cad/geda/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $ + +--- src/doc.c.orig 2003-12-11 08:44:17.000000000 +0000 ++++ src/doc.c +@@ -38,6 +38,7 @@ + #include "filetool.h" + #include "global.h" + #include "m_action.h" ++#include "m_project.h" + #include "msgbox.h" + #include "project.h" + #include "support.h" |