summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Phillips <31459023+hctim@users.noreply.github.com>2021-02-11 07:38:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-11 07:38:59 +0000
commit6cf0936e0f19efe44cd52094d5470b1a76782da8 (patch)
tree909645b9819e6fd7ec372e9fa68e1ed47e943300
parentb35e3718698889de15224c9f0333e618838db62d (diff)
parent6bfe73168788f94ab3960ff954b37580a4f4abfa (diff)
downloadgwp_asan-6cf0936e0f19efe44cd52094d5470b1a76782da8.tar.gz
[GWP-ASan] Add back some headers removed by IWYU. am: 98a6ab2f87 am: ad198ae599 am: d5b6f982f3 am: 6bfe731687
Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/1583203 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3dd0f54dbc8791af62433595c08a056c8c6db0ef
-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__