summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libc.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-06-05 14:25:27 +0000
committerAlexey Samsonov <samsonov@google.com>2012-06-05 14:25:27 +0000
commit94b5036ee6ba866e1702848855b6d687d1e70afa (patch)
tree2baf19fefa933cba20f3db806c20a0ecaee57818 /lib/sanitizer_common/sanitizer_libc.cc
parent78381e4b40e6b4dad7b77adb7fa56dfd13b1f31c (diff)
downloadcompiler-rt-94b5036ee6ba866e1702848855b6d687d1e70afa.tar.gz
[Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.h
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_libc.cc')
-rw-r--r--lib/sanitizer_common/sanitizer_libc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_libc.cc b/lib/sanitizer_common/sanitizer_libc.cc
index e213b528b..fe91c9844 100644
--- a/lib/sanitizer_common/sanitizer_libc.cc
+++ b/lib/sanitizer_common/sanitizer_libc.cc
@@ -10,7 +10,7 @@
// This file is shared between AddressSanitizer and ThreadSanitizer
// run-time libraries. See sanitizer_libc.h for details.
//===----------------------------------------------------------------------===//
-#include "sanitizer_defs.h"
+#include "sanitizer_internal_defs.h"
#include "sanitizer_libc.h"
namespace __sanitizer {