freebsd-ports/news/nget/files/patch-path.cc
Pav Lucistnik c215e4f94b - Fix build with gcc42
- Backport bugfixes from vendor CVS

Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-16 09:22:41 +00:00

10 lines
234 B
C++

--- path.cc 2004-05-29 16:00:06.000000000 -0700
+++ path.cc 2008-03-02 23:03:02.000000000 -0800
@@ -21,6 +21,7 @@
#include <unistd.h>
#include "log.h"
#include "_fileconf.h"
+#include <string.h>
#ifdef WIN32
#include <ctype.h>