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