[coreboot-gerrit] New patch to review for coreboot: b8f9408 IOAPIC: Fix missing stdint include

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Fri Jul 11 08:53:33 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6264

-gerrit

commit b8f9408f29481653beaedebd02435c62d18088d6
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Fri Jul 11 09:44:54 2014 +0300

    IOAPIC: Fix missing stdint include
    
    Change-Id: Ib26f48d3ac66788246834cdc25d97910cd79fe98
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/arch/x86/include/arch/ioapic.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/arch/x86/include/arch/ioapic.h b/src/arch/x86/include/arch/ioapic.h
index 7ff47bb..ef1be0f 100644
--- a/src/arch/x86/include/arch/ioapic.h
+++ b/src/arch/x86/include/arch/ioapic.h
@@ -20,6 +20,8 @@
 #ifndef __I386_ARCH_IOAPIC_H
 #define __I386_ARCH_IOAPIC_H
 
+#include <stdint.h>
+
 #define IO_APIC_ADDR	0xfec00000
 #define IO_APIC_INTERRUPTS 24
 



More information about the coreboot-gerrit mailing list