diff options
-rw-r--r-- | src/arch/i386/include/relocate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/relocate.h b/src/arch/i386/include/relocate.h index a0f8bafd..fdc807f0 100644 --- a/src/arch/i386/include/relocate.h +++ b/src/arch/i386/include/relocate.h @@ -4,6 +4,8 @@ /* relocate() is conceptually impossible with KEEP_IT_REAL */ #ifndef KEEP_IT_REAL +#include "tables.h" + /* An entry in the post-relocation function table */ struct post_reloc_fn { void ( *post_reloc ) ( void ); |