From d42fc1bc004264ab447dec5eef8970b6281efef0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 7 Dec 2018 20:05:55 +0000 Subject: [Sanitizer] Separate FreeBSD interception data structures Reviewers: vitalybuka, krytarowski Reviewed By: krytarowski Differential Revision: https://reviews.llvm.org/D55386 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@348634 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/sanitizer_common/sanitizer_posix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sanitizer_common/sanitizer_posix.h') diff --git a/lib/sanitizer_common/sanitizer_posix.h b/lib/sanitizer_common/sanitizer_posix.h index 3075a13b9..2ebfae8ba 100644 --- a/lib/sanitizer_common/sanitizer_posix.h +++ b/lib/sanitizer_common/sanitizer_posix.h @@ -16,6 +16,7 @@ // ----------- ATTENTION ------------- // This header should NOT include any other headers from sanitizer runtime. #include "sanitizer_internal_defs.h" +#include "sanitizer_platform_limits_freebsd.h" #include "sanitizer_platform_limits_netbsd.h" #include "sanitizer_platform_limits_openbsd.h" #include "sanitizer_platform_limits_posix.h" -- cgit v1.2.1