mirror of https://github.com/ipxe/ipxe.git
[i386] Add missing #include <ipxe/io.h> in pic8259.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/5/head
parent
71804f890d
commit
464ca5dbc0
|
@ -9,6 +9,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||
#ifndef PIC8259_H
|
||||
#define PIC8259_H
|
||||
|
||||
#include <ipxe/io.h>
|
||||
|
||||
/* For segoff_t */
|
||||
#include "realmode.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue