瀏覽代碼

Missing include

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
c08671e5fc
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/arch/i386/include/relocate.h

+ 2
- 0
src/arch/i386/include/relocate.h 查看文件

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

Loading…
取消
儲存