Merge pull request #320 from christoph-cullmann/master

avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
pull/321/head
Xiaoyi Zhang 6 years ago committed by GitHub
commit bc9101f998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      absl/debugging/internal/elf_mem_image.h

@ -34,7 +34,7 @@
#define ABSL_HAVE_ELF_MEM_IMAGE 1
#endif
#if ABSL_HAVE_ELF_MEM_IMAGE
#ifdef ABSL_HAVE_ELF_MEM_IMAGE
#include <link.h> // for ElfW

Loading…
Cancel
Save