diff options
Diffstat (limited to 'base/loader/ecoff_object.hh')
-rw-r--r-- | base/loader/ecoff_object.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/loader/ecoff_object.hh b/base/loader/ecoff_object.hh index af757cd0e..94b11c720 100644 --- a/base/loader/ecoff_object.hh +++ b/base/loader/ecoff_object.hh @@ -29,7 +29,7 @@ #ifndef __ECOFF_OBJECT_HH__ #define __ECOFF_OBJECT_HH__ -#include "object_file.hh" +#include "base/loader/object_file.hh" // forward decls: avoid including exec_ecoff.h here struct ecoff_exechdr; |