Explorar el Código

Missing include

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
c08671e5fc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/arch/i386/include/relocate.h

+ 2
- 0
src/arch/i386/include/relocate.h Ver fichero

@@ -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…
Cancelar
Guardar