Merge pull request #320 from christoph-cullmann/master
avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
This commit is contained in:
commit
bc9101f998
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#define ABSL_HAVE_ELF_MEM_IMAGE 1
|
#define ABSL_HAVE_ELF_MEM_IMAGE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ABSL_HAVE_ELF_MEM_IMAGE
|
#ifdef ABSL_HAVE_ELF_MEM_IMAGE
|
||||||
|
|
||||||
#include <link.h> // for ElfW
|
#include <link.h> // for ElfW
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue