MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
14 lines
319 B
C++
14 lines
319 B
C++
--- extensions/common/stack_frame.cc.orig 2017-04-19 19:06:34 UTC
|
|
+++ extensions/common/stack_frame.cc
|
|
@@ -7,7 +7,11 @@
|
|
#include <string>
|
|
|
|
#include "base/strings/utf_string_conversions.h"
|
|
+#if defined(OS_BSD)
|
|
+#include <re2/re2.h>
|
|
+#else
|
|
#include "third_party/re2/src/re2/re2.h"
|
|
+#endif
|
|
|
|
namespace extensions {
|
|
|