summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Phillips <31459023+hctim@users.noreply.github.com>2021-02-11 06:52:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-11 06:52:01 +0000
commitd5b6f982f3af5a0f614d8274a90dcc1950a77972 (patch)
tree909645b9819e6fd7ec372e9fa68e1ed47e943300
parent0296fd9fce2903c3b41f1aa950a0f597892bc287 (diff)
parentad198ae5997860a70e71a1ab2967724593de6900 (diff)
downloadgwp_asan-d5b6f982f3af5a0f614d8274a90dcc1950a77972.tar.gz
[GWP-ASan] Add back some headers removed by IWYU. am: 98a6ab2f87 am: ad198ae599
Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/1583203 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I904050a8bd8cf159a480bd551898dd1667913491
-rw-r--r--gwp_asan/platform_specific/utilities_posix.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gwp_asan/platform_specific/utilities_posix.cpp b/gwp_asan/platform_specific/utilities_posix.cpp
index 28fd22f..338b531 100644
--- a/gwp_asan/platform_specific/utilities_posix.cpp
+++ b/gwp_asan/platform_specific/utilities_posix.cpp
@@ -6,7 +6,10 @@
//
//===----------------------------------------------------------------------===//
+#include <sys/cdefs.h> // IWYU pragma: keep (for __BIONIC__ macro)
+
#ifdef __BIONIC__
+#include "gwp_asan/definitions.h"
#include <stdlib.h>
extern "C" GWP_ASAN_WEAK void android_set_abort_message(const char *);
#else // __BIONIC__