summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2005-04-27 14:17:09 +0200
committerMichael Brown2005-04-27 14:17:09 +0200
commitc08671e5fc0a09dd466ea461efa1459204b32bd1 (patch)
treea2c0693a489cc9003586ee13825b6bbc74a9dbc8 /src/arch
parentPost-relocation functions use the generic table mechanism. (diff)
downloadipxe-c08671e5fc0a09dd466ea461efa1459204b32bd1.tar.gz
ipxe-c08671e5fc0a09dd466ea461efa1459204b32bd1.tar.xz
ipxe-c08671e5fc0a09dd466ea461efa1459204b32bd1.zip
Missing include
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/include/relocate.h2
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 );