15 lines
382 B
C
15 lines
382 B
C
$NetBSD: patch-ipc_chromium_src_base_file__util.h,v 1.1 2015/07/09 14:13:52 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
|
|
|