summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base__process__process_iterator.h
blob: 69a99084c15b53ed43e4c11fbab43187fa5b1acc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- base/process/process_iterator.h.orig	2013-08-16 22:08:02.000000000 +0300
+++ base/process/process_iterator.h	2013-08-16 22:08:08.000000000 +0300
@@ -21,6 +21,11 @@
 #include <windows.h>
 #include <tlhelp32.h>
 #elif defined(OS_MACOSX) || defined(OS_BSD)
+#if defined(OS_BSD)
+#include <kvm.h>
+#include <sys/param.h>
+#include <sys/user.h>
+#endif
 #include <sys/sysctl.h>
 #elif defined(OS_POSIX)
 #include <dirent.h>