summaryrefslogtreecommitdiff
path: root/base/loader/exec_ecoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/loader/exec_ecoff.h')
-rw-r--r--base/loader/exec_ecoff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/loader/exec_ecoff.h b/base/loader/exec_ecoff.h
index 79cd22a6e..555589806 100644
--- a/base/loader/exec_ecoff.h
+++ b/base/loader/exec_ecoff.h
@@ -37,7 +37,8 @@
#ifndef _SYS_EXEC_ECOFF_H_
#define _SYS_EXEC_ECOFF_H_
-#include "arch/ecoff_machdep.h"
+//Only alpha will be able to load ecoff files for now
+#include "arch/alpha/ecoff_machdep.h"
struct ecoff_filehdr {
coff_ushort f_magic; /* magic number */