mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
306 B
Plaintext
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>
|