diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-09 06:13:33 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-09 06:13:33 +0000 |
commit | 8d7cc889de933f9153aa29a8b1f9b56e381e96a2 (patch) | |
tree | ac4881c63f89b4c4ac9a058a517084289cb30070 /news/nget/patches | |
parent | 15dfa959e8b00d992b4cbaa836e17e9d10df486e (diff) | |
download | pkgsrc-8d7cc889de933f9153aa29a8b1f9b56e381e96a2.tar.gz |
Add another missing header,
Diffstat (limited to 'news/nget/patches')
-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> |