mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
382 B
C
15 lines
382 B
C
$NetBSD: patch-ipc_chromium_src_base_file__util.h,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- ipc/chromium/src/base/file_util.h.orig 2013-12-05 16:07:35.000000000 +0000
|
|
+++ ipc/chromium/src/base/file_util.h
|
|
@@ -16,7 +16,9 @@
|
|
#include <sys/stat.h>
|
|
#elif defined(OS_POSIX)
|
|
#include <sys/types.h>
|
|
+#if !defined(OS_SOLARIS)
|
|
#include <fts.h>
|
|
+#endif
|
|
#include <sys/stat.h>
|
|
#endif
|
|
|