summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix.h
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-12-07 20:05:55 +0000
committerDavid Carlier <devnexen@gmail.com>2018-12-07 20:05:55 +0000
commitd42fc1bc004264ab447dec5eef8970b6281efef0 (patch)
treecd4cc527bdd395e110a01f3229218488e14e2335 /lib/sanitizer_common/sanitizer_posix.h
parentfc9968f4da61abcf41c7e4d41642ee5046da2a30 (diff)
downloadcompiler-rt-d42fc1bc004264ab447dec5eef8970b6281efef0.tar.gz
[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
Diffstat (limited to 'lib/sanitizer_common/sanitizer_posix.h')
-rw-r--r--lib/sanitizer_common/sanitizer_posix.h1
1 files changed, 1 insertions, 0 deletions
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"