Missing include

pull/1/head
Michael Brown 2005-04-27 12:17:09 +00:00
parent b9e72856b6
commit c08671e5fc
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
/* relocate() is conceptually impossible with KEEP_IT_REAL */ /* relocate() is conceptually impossible with KEEP_IT_REAL */
#ifndef KEEP_IT_REAL #ifndef KEEP_IT_REAL
#include "tables.h"
/* An entry in the post-relocation function table */ /* An entry in the post-relocation function table */
struct post_reloc_fn { struct post_reloc_fn {
void ( *post_reloc ) ( void ); void ( *post_reloc ) ( void );