Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mono/utils/dtrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/utils/dtrace.h b/mono/utils/dtrace.h
index 540f2588a8b..bd3062530ff 100644
--- a/mono/utils/dtrace.h
+++ b/mono/utils/dtrace.h
@@ -10,7 +10,7 @@
#ifndef __UTILS_DTRACE_H__
#define __UTILS_DTRACE_H__
-#ifdef ENABLE_DTRACE
+#if defined(ENABLE_DTRACE) && !defined(MONO_GENERATING_OFFSETS)
#include <mono/utils/mono-dtrace.h>