summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-08-28 14:48:28 +0000
committerKostya Serebryany <kcc@google.com>2012-08-28 14:48:28 +0000
commit9ada1f376498647c8035f52b36d98bdf0f6363e6 (patch)
tree0a8b860056030168274d6955ffd34cd5423571cc /lib/sanitizer_common/sanitizer_stacktrace.h
parentc7be4077b90cae43f8e6d2d4de66ae64111dd715 (diff)
downloadcompiler-rt-9ada1f376498647c8035f52b36d98bdf0f6363e6.tar.gz
[asan] fix the cmake build (hopefully)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@162760 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_stacktrace.h')
-rw-r--r--lib/sanitizer_common/sanitizer_stacktrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_stacktrace.h b/lib/sanitizer_common/sanitizer_stacktrace.h
index 454e5ecc9..28e3f5743 100644
--- a/lib/sanitizer_common/sanitizer_stacktrace.h
+++ b/lib/sanitizer_common/sanitizer_stacktrace.h
@@ -13,7 +13,7 @@
#ifndef SANITIZER_STACKTRACE_H
#define SANITIZER_STACKTRACE_H
-#include "sanitizer_common/sanitizer_internal_defs.h"
+#include "sanitizer_internal_defs.h"
namespace __sanitizer {