diff options
Diffstat (limited to 'base/loader/elf_object.hh')
-rw-r--r-- | base/loader/elf_object.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/loader/elf_object.hh b/base/loader/elf_object.hh index c90f6ebd5..28f6bb243 100644 --- a/base/loader/elf_object.hh +++ b/base/loader/elf_object.hh @@ -29,7 +29,7 @@ #ifndef __ELF_OBJECT_HH__ #define __ELF_OBJECT_HH__ -#include "object_file.hh" +#include "base/loader/object_file.hh" // forward decls: avoid including exec_elf.hh here struct Elf64_Ehdr; |