about summary refs log tree commit diff
path: root/absl
diff options
context:
space:
mode:
authorXiaoyi Zhang <zhangxy988@gmail.com>2019-06-05T15·27-0400
committerGitHub <noreply@github.com>2019-06-05T15·27-0400
commitbc9101f9982391019521161a36179b52555ed212 (patch)
tree46a4a2444f66980277227ceadf057acca39db7d2 /absl
parent2f76a9bf50046e396138cc8eeb3cdc17b7a5ac24 (diff)
parent01033dba23e32ef76fae83be96e10a4b367b1da6 (diff)
Merge pull request #320 from christoph-cullmann/master
avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
Diffstat (limited to 'absl')
-rw-r--r--absl/debugging/internal/elf_mem_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/debugging/internal/elf_mem_image.h b/absl/debugging/internal/elf_mem_image.h
index 99b37580000e..d84200db1e1a 100644
--- a/absl/debugging/internal/elf_mem_image.h
+++ b/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