diff options
Diffstat (limited to 'base/loader/exec_aout.h')
-rw-r--r-- | base/loader/exec_aout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/loader/exec_aout.h b/base/loader/exec_aout.h index baed30c42..498e313cb 100644 --- a/base/loader/exec_aout.h +++ b/base/loader/exec_aout.h @@ -57,6 +57,6 @@ (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \ N_GETMAGIC(ex) != ZMAGIC) -#include "aout_machdep.h" +#include "targetarch/aout_machdep.h" #endif /* !_SYS_EXEC_AOUT_H_ */ |