소스 검색

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…
취소
저장