$OpenBSD: patch-base_debug_proc_maps_linux_cc,v 1.8 2021/01/20 07:28:07 robert Exp $

Index: base/debug/proc_maps_linux.cc
--- base/debug/proc_maps_linux.cc.orig
+++ base/debug/proc_maps_linux.cc
@@ -13,7 +13,7 @@
 #include "base/strings/string_split.h"
 #include "build/build_config.h"
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD)
 #include <inttypes.h>
 #endif
 
