Michael Brown 21 лет назад
Родитель
Сommit
c08671e5fc
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      src/arch/i386/include/relocate.h

+ 2
- 0
src/arch/i386/include/relocate.h Просмотреть файл

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 );

Загрузка…
Отмена
Сохранить