Add another missing header,

This commit is contained in:
dholland 2012-05-09 06:13:33 +00:00
parent 15dfa959e8
commit 8d7cc889de
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.6 2012/05/08 18:25:07 dholland Exp $
$NetBSD: distinfo,v 1.7 2012/05/09 06:13:33 dholland Exp $
SHA1 (nget-0.27.1.tar.gz) = 80e348dcb65fcb26cbe037598e676f4770cd7ad1
RMD160 (nget-0.27.1.tar.gz) = b90e3d6e2a33e630144a090f68f9bdd818f5e1bd
@ -7,4 +7,5 @@ SHA1 (patch-auto__map_h) = 355d8e02aed69a273a9cf282d6bc868b1b6d1846
SHA1 (patch-cache.h) = 2b8d07aa2a423e2143bf1482592d192c6378e309
SHA1 (patch-dupe__file_cc) = 31c550c8b23fd9885dc18aba5da44e108a132123
SHA1 (patch-nget.cc) = 94b36db92f6fd34d76b33c47173c2db430f418d7
SHA1 (patch-path_cc) = c5fbb44bc8eadad7398b8f6665dbe538322396b5
SHA1 (patch-stlhelp.h) = 92851f32b0a2ec402d97b3322d662aea6572dc9d

View file

@ -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>