summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/jit/instr_msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/jit/instr_msg.cpp')
-rw-r--r--erts/emulator/beam/jit/instr_msg.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/jit/instr_msg.cpp b/erts/emulator/beam/jit/instr_msg.cpp
index 46daa79a82..fa4a7a8ab3 100644
--- a/erts/emulator/beam/jit/instr_msg.cpp
+++ b/erts/emulator/beam/jit/instr_msg.cpp
@@ -25,6 +25,9 @@ extern "C"
#include "bif.h"
#include "code_ix.h"
#include "erl_proc_sig_queue.h"
+#ifdef USE_VM_PROBES
+# include "dtrace-wrapper.h"
+#endif
}
static ErtsMessage *decode_dist(Process *c_p, ErtsMessage *msgp) {