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:
authorZoltan Varga <vargaz@gmail.com>2013-03-28 13:46:58 +0400
committerZoltan Varga <vargaz@gmail.com>2013-03-28 13:46:58 +0400
commit7485205bb3d95300bf0109104554be10d0dda0be (patch)
tree63a19c029211bad773f80980ae59eb25a4dc6645
parente70d60d39d8fccf3b8259d36ff192d8ad5963850 (diff)
Fix the build.
-rw-r--r--mono/profiler/proflog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mono/profiler/proflog.c b/mono/profiler/proflog.c
index afdb911315a..d829fd68f4f 100644
--- a/mono/profiler/proflog.c
+++ b/mono/profiler/proflog.c
@@ -13,6 +13,7 @@
#include <mono/metadata/threads.h>
#include <mono/metadata/mono-gc.h>
#include <mono/metadata/debug-helpers.h>
+#include <mono/utils/atomic.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
@@ -1139,7 +1140,7 @@ thread_name (MonoProfiler *prof, uintptr_t tid, const char *name)
}
#ifndef HOST_WIN32
-#include "mono/io-layer/atomic.h"
+#include "mono/utils/atomic.h"
#endif
#define cmp_exchange InterlockedCompareExchangePointer
/*#else