mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
11 lines
334 B
C++
11 lines
334 B
C++
--- base/debug/proc_maps_linux.cc.orig 2017-04-19 19:06:28 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
|
|
|