mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
311 B
C++
13 lines
311 B
C++
$NetBSD: patch-src_recursedir.cc,v 1.1 2011/11/25 22:11:44 joerg Exp $
|
|
|
|
--- src/recursedir.cc.orig 2011-11-25 18:40:56.000000000 +0000
|
|
+++ src/recursedir.cc
|
|
@@ -32,6 +32,7 @@
|
|
#include <recursedir.hh>
|
|
|
|
#include <iostream>
|
|
+#include <cstring>
|
|
#include <errno.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|