]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Missing include
authorMichael Brown <mcb30@etherboot.org>
Wed, 27 Apr 2005 12:17:09 +0000 (12:17 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 27 Apr 2005 12:17:09 +0000 (12:17 +0000)
src/arch/i386/include/relocate.h

index a0f8bafd8efc2c5a16530c66254ece5be2482513..fdc807f02f07ccd756833c9d8428fd3d9c411f24 100644 (file)
@@ -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 );