summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2012-02-19 23:08:51 +0100
committerMichael Brown2012-02-19 23:09:13 +0100
commit464ca5dbc0905afc969557396422af0d1c3d31d0 (patch)
tree25111a1544d04afe7f54ad42989d2e531a87d3f2 /src
parent[rng] Add NIST self-tests for Hash_df (diff)
downloadipxe-464ca5dbc0905afc969557396422af0d1c3d31d0.tar.gz
ipxe-464ca5dbc0905afc969557396422af0d1c3d31d0.tar.xz
ipxe-464ca5dbc0905afc969557396422af0d1c3d31d0.zip
[i386] Add missing #include <ipxe/io.h> in pic8259.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/include/pic8259.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/pic8259.h b/src/arch/i386/include/pic8259.h
index f8e20c4c4..a07e97d30 100644
--- a/src/arch/i386/include/pic8259.h
+++ b/src/arch/i386/include/pic8259.h
@@ -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"