Parcourir la source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown il y a 12 ans
Parent
révision
464ca5dbc0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      src/arch/i386/include/pic8259.h

+ 2
- 0
src/arch/i386/include/pic8259.h Voir le fichier

@@ -9,6 +9,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
9 9
 #ifndef PIC8259_H
10 10
 #define PIC8259_H
11 11
 
12
+#include <ipxe/io.h>
13
+
12 14
 /* For segoff_t */
13 15
 #include "realmode.h"
14 16
 

Chargement…
Annuler
Enregistrer