mirror of https://github.com/ipxe/ipxe.git
[isa] Add missing #include <config/isa.h>
Signed-off-by: Manuel Mendez <mmendez534@gmail.com> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/211/head
parent
79c0173d6d
commit
a5fb41873d
|
@ -5,6 +5,7 @@
|
|||
#include <errno.h>
|
||||
#include <ipxe/io.h>
|
||||
#include <ipxe/isa.h>
|
||||
#include <config/isa.h>
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
|
|
Loading…
Reference in New Issue