diff options
Diffstat (limited to 'news/nget/patches/patch-path_cc')
-rw-r--r-- | news/nget/patches/patch-path_cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nget/patches/patch-path_cc b/news/nget/patches/patch-path_cc new file mode 100644 index 00000000000..233afbfdb45 --- /dev/null +++ b/news/nget/patches/patch-path_cc @@ -0,0 +1,12 @@ +$NetBSD: patch-path_cc,v 1.1 2012/05/09 06:13:33 dholland Exp $ + +--- path.cc~ 2004-05-29 23:00:06.000000000 +0000 ++++ path.cc +@@ -16,6 +16,7 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ ++#include <cstring> + #include "path.h" + #include <errno.h> + #include <unistd.h> |