Commit bc9101f9 by Xiaoyi Zhang Committed by GitHub

Merge pull request #320 from christoph-cullmann/master

avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
parents 2f76a9bf 01033dba
...@@ -34,7 +34,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment