12 lines
356 B
Text
12 lines
356 B
Text
$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>
|