summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-30 13:12:08 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-30 13:12:08 +0000
commit250f221ae0dee295098da8aa631977b6c2ebc99b (patch)
tree010dfc71527a1a498b1fa1dc7930452ae59fbc0d /lib/interception
parent48ecaf475c7084125ec1985f0ad7efc1b4b8306e (diff)
downloadcompiler-rt-250f221ae0dee295098da8aa631977b6c2ebc99b.tar.gz
[sanitizer] Further split private and public sanitizer headers.
And make msan_interface.h C-compatible. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@173928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/interception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/interception/interception.h b/lib/interception/interception.h
index 030bda7cb..63c5a0034 100644
--- a/lib/interception/interception.h
+++ b/lib/interception/interception.h
@@ -19,7 +19,7 @@
# error "Interception doesn't work on this operating system."
#endif
-#include "sanitizer/common_interface_defs.h"
+#include "../sanitizer_common/sanitizer_internal_defs.h"
// These typedefs should be used only in the interceptor definitions to replace
// the standard system types (e.g. SSIZE_T instead of ssize_t)