summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp b/mail/thunderbird45/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp
new file mode 100644
index 00000000000..29bd0963334
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-mozilla_js_src_vm_SPSProfiler.cpp,v 1.1 2017/04/27 13:38:19 ryoon Exp $
+
+--- mozilla/js/src/vm/SPSProfiler.cpp.orig 2016-04-07 21:33:28.000000000 +0000
++++ mozilla/js/src/vm/SPSProfiler.cpp
+@@ -4,6 +4,8 @@
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
++#include "jscntxtinlines.h"
++
+ #include "vm/SPSProfiler.h"
+
+ #include "mozilla/DebugOnly.h"