mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[i386] Add missing #include <ipxe/io.h> in pic8259.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -9,6 +9,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
#ifndef PIC8259_H
|
#ifndef PIC8259_H
|
||||||
#define PIC8259_H
|
#define PIC8259_H
|
||||||
|
|
||||||
|
#include <ipxe/io.h>
|
||||||
|
|
||||||
/* For segoff_t */
|
/* For segoff_t */
|
||||||
#include "realmode.h"
|
#include "realmode.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user