0066c89685
then, just bump PKGREVISION to 11.
14 lines
344 B
C++
14 lines
344 B
C++
$NetBSD: patch-library_base_file_utilities.cpp,v 1.3 2012/09/15 05:14:07 obache Exp $
|
|
|
|
--- library/base/file_utilities.cpp.orig 2011-03-17 12:48:44.000000000 +0000
|
|
+++ library/base/file_utilities.cpp
|
|
@@ -31,6 +31,9 @@
|
|
#include <fcntl.h>
|
|
#include <sys/file.h>
|
|
#endif
|
|
+#ifdef __DragonFly__
|
|
+#include <sys/stat.h>
|
|
+#endif
|
|
|
|
namespace base {
|
|
|