diff --git a/libcxxabi/test/forced_unwind4.pass.cpp b/libcxxabi/test/forced_unwind4.pass.cpp --- a/libcxxabi/test/forced_unwind4.pass.cpp +++ b/libcxxabi/test/forced_unwind4.pass.cpp @@ -13,6 +13,8 @@ // the child_thread. This test ensures sigretrun is handled correctly (see: // UnwindCursor::setInfoForSigReturn). +#include // defines __BIONIC__ + // Android/Bionic does not support pthread_cancel. #ifdef __BIONIC__ int main() {