summaryrefslogtreecommitdiff
path: root/runtime/elf_file_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/elf_file_impl.h')
-rw-r--r--runtime/elf_file_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/elf_file_impl.h b/runtime/elf_file_impl.h
index b55b60f2dc..c1899d27f8 100644
--- a/runtime/elf_file_impl.h
+++ b/runtime/elf_file_impl.h
@@ -23,7 +23,7 @@
#include <vector>
// Explicitly include our own elf.h to avoid Linux and other dependencies.
-#include "./elf.h"
+#include "elf/elf.h"
#include "base/mem_map.h"
namespace art {