Browse Source

Missing include

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
c08671e5fc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/arch/i386/include/relocate.h

+ 2
- 0
src/arch/i386/include/relocate.h View File

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

Loading…
Cancel
Save