summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_debug_proc__maps__linux.cc
blob: cdbf70ac7948665090abda2408bc7c8058cabc45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/debug/proc_maps_linux.cc.orig	2017-01-26 00:49:07 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