mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
356 B
C++
13 lines
356 B
C++
$NetBSD: patch-mozilla_js_src_vm_SPSProfiler.cpp,v 1.1 2013/11/12 20:50:51 ryoon Exp $
|
|
|
|
--- mozilla/js/src/vm/SPSProfiler.cpp.orig 2013-10-23 22:09:05.000000000 +0000
|
|
+++ mozilla/js/src/vm/SPSProfiler.cpp
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include "jsnum.h"
|
|
#include "jsscript.h"
|
|
+#include "jscntxtinlines.h"
|
|
|
|
#include "vm/SPSProfiler.h"
|
|
#include "vm/StringBuffer.h"
|