pkgsrc-ng/news/nget/patches/patch-dupe__file_cc
2013-09-26 17:14:40 +02:00

15 lines
306 B
Plaintext

$NetBSD: patch-dupe__file_cc,v 1.1 2012/05/08 18:25:08 dholland Exp $
Use standard headers.
--- dupe_file.cc~ 2004-05-29 23:00:05.000000000 +0000
+++ dupe_file.cc
@@ -20,6 +20,7 @@
#include "log.h"
#include "path.h"
+#include <cstring>
#include <dirent.h>
#include <ctype.h>
#include <sys/stat.h>