From: Michael Brown Date: Wed, 27 Apr 2005 12:17:09 +0000 (+0000) Subject: Missing include X-Git-Tag: v0.9.3~1791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c08671e5fc0a09dd466ea461efa1459204b32bd1;p=thirdparty%2Fipxe.git Missing include --- diff --git a/src/arch/i386/include/relocate.h b/src/arch/i386/include/relocate.h index a0f8bafd8..fdc807f02 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 );