瀏覽代碼

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 年之前
父節點
當前提交
464ca5dbc0
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/arch/i386/include/pic8259.h

+ 2
- 0
src/arch/i386/include/pic8259.h 查看文件

9
 #ifndef PIC8259_H
9
 #ifndef PIC8259_H
10
 #define PIC8259_H
10
 #define PIC8259_H
11
 
11
 
12
+#include <ipxe/io.h>
13
+
12
 /* For segoff_t */
14
 /* For segoff_t */
13
 #include "realmode.h"
15
 #include "realmode.h"
14
 
16
 

Loading…
取消
儲存