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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/5/head
Michael Brown 2012-02-19 22:08:51 +00:00
parent 71804f890d
commit 464ca5dbc0
1 changed files with 2 additions and 0 deletions

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"