summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-base_debug_proc__maps__linux.cc
blob: f00b430389aa7bb5c0e12cd6178366ac6db20e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/debug/proc_maps_linux.cc.orig	2019-09-10 10:42:27 UTC
+++ base/debug/proc_maps_linux.cc
@@ -12,7 +12,7 @@
 #include "base/strings/string_split.h"
 #include "build/build_config.h"
 
-#if defined(OS_LINUX) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_ANDROID)
 #include <inttypes.h>
 #endif