summaryrefslogtreecommitdiff
path: root/lib/esan/esan_interface_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/esan/esan_interface_internal.h')
-rw-r--r--lib/esan/esan_interface_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/esan/esan_interface_internal.h b/lib/esan/esan_interface_internal.h
index 3b915d03e..df51aa609 100644
--- a/lib/esan/esan_interface_internal.h
+++ b/lib/esan/esan_interface_internal.h
@@ -21,6 +21,9 @@
// This header should NOT include any other headers.
// All functions in this header are extern "C" and start with __esan_.
+using __sanitizer::uptr;
+using __sanitizer::u32;
+
extern "C" {
// This should be kept consistent with LLVM's EfficiencySanitizerOptions.