diff options
Diffstat (limited to 'runtime/elf_utils.h')
-rw-r--r-- | runtime/elf_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/elf_utils.h b/runtime/elf_utils.h index 0cac8e8d02..deb081d590 100644 --- a/runtime/elf_utils.h +++ b/runtime/elf_utils.h @@ -22,7 +22,7 @@ #include <android-base/logging.h> // Explicitly include our own elf.h to avoid Linux and other dependencies. -#include "./elf.h" +#include "elf/elf.h" namespace art { |