diff --git a/src/common/dwarf/elf_reader.cc b/src/common/dwarf/elf_reader.cc index a1f73cd1..79ebbdfd 100644 --- a/src/common/dwarf/elf_reader.cc +++ b/src/common/dwarf/elf_reader.cc @@ -43,7 +43,7 @@ #include #include "zlib.h" -#include "common/android/include/elf.h" +#include "third_party/musl/include/elf.h" #include "elf_reader.h" //#include "using_std_string.h" // EM_AARCH64 is not defined by elf.h of GRTE v3 on x86.