aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_process_process__handle__freebsd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_process_process__handle__freebsd.cc')
-rw-r--r--www/chromium/files/patch-base_process_process__handle__freebsd.cc19
1 files changed, 17 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_process_process__handle__freebsd.cc b/www/chromium/files/patch-base_process_process__handle__freebsd.cc
index 20a4c07237c3..e938b55bfa05 100644
--- a/www/chromium/files/patch-base_process_process__handle__freebsd.cc
+++ b/www/chromium/files/patch-base_process_process__handle__freebsd.cc
@@ -1,6 +1,21 @@
---- base/process/process_handle_freebsd.cc.orig 2021-04-14 18:40:48 UTC
+--- base/process/process_handle_freebsd.cc.orig 2021-07-19 18:45:05 UTC
+++ base/process/process_handle_freebsd.cc
-@@ -16,10 +16,13 @@ namespace base {
+@@ -3,7 +3,6 @@
+ // found in the LICENSE file.
+
+ #include "base/process/process_handle.h"
+-#include "base/stl_util.h"
+
+ #include <limits.h>
+ #include <stddef.h>
+@@ -12,14 +11,20 @@
+ #include <sys/user.h>
+ #include <unistd.h>
+
++#include "base/files/file_path.h"
++#include "base/stl_util.h"
++
+ namespace base {
ProcessId GetParentProcessId(ProcessHandle process) {
struct kinfo_proc info;