summaryrefslogtreecommitdiff
path: root/news/nget/patches
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-09 06:13:33 +0000
committerdholland <dholland@pkgsrc.org>2012-05-09 06:13:33 +0000
commit8d7cc889de933f9153aa29a8b1f9b56e381e96a2 (patch)
treeac4881c63f89b4c4ac9a058a517084289cb30070 /news/nget/patches
parent15dfa959e8b00d992b4cbaa836e17e9d10df486e (diff)
downloadpkgsrc-8d7cc889de933f9153aa29a8b1f9b56e381e96a2.tar.gz
Add another missing header,
Diffstat (limited to 'news/nget/patches')
-rw-r--r--news/nget/patches/patch-path_cc12
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>