david/ipxe
Archived
1
0

[i386] Add missing #include <ipxe/io.h> in pic8259.h

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2012-02-19 22:08:51 +00:00
parent 71804f890d
commit 464ca5dbc0

View File

@ -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"