From cc15299c32b4fc39c2eb2c08b0265e462f875544 Mon Sep 17 00:00:00 2001 From: Dave Pacheco Date: Wed, 28 Mar 2012 10:26:10 -0700 Subject: build: add support for DTrace and postmortem * fixes #2110 * includes V8 postmortem metadata in Solaris builds * adds GYP support for DTrace probes and ustack helper * ustack helper derives constants dynamically from libv8_base.a * build with DTrace support by default on SunOS --- src/v8ustack.d | 1 + 1 file changed, 1 insertion(+) (limited to 'src/v8ustack.d') diff --git a/src/v8ustack.d b/src/v8ustack.d index 489e55cf36c..27e90344924 100644 --- a/src/v8ustack.d +++ b/src/v8ustack.d @@ -11,6 +11,7 @@ */ #include +#include /* * V8 represents small integers (SMI) using the upper 31 bits of a 32-bit -- cgit v1.2.3