FreeBSD compability (#57)

This commit is contained in:
Daniel Ylitalo 2017-12-13 21:02:50 +01:00 committed by Derek Mauro
parent 04edad3801
commit 5fe41affba
6 changed files with 15 additions and 9 deletions

View file

@ -25,8 +25,8 @@
#if ABSL_STACKTRACE_INL_HEADER
#error ABSL_STACKTRACE_INL_HEADER cannot be directly set
#elif defined(__native_client__) || defined(__APPLE__) || \
defined(__ANDROID__) || defined(__myriad2__) || defined(asmjs__) || \
defined(__Fuchsia__)
defined(__FreeBSD__) || defined(__ANDROID__) || defined(__myriad2__) || \
defined(asmjs__) || defined(__Fuchsia__)
#define ABSL_STACKTRACE_INL_HEADER \
"absl/debugging/internal/stacktrace_unimplemented-inl.inc"