[coreboot-gerrit] New patch to review for coreboot: ec/acpi: Add missing include

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Tue Oct 25 17:21:16 CEST 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17124

-gerrit

commit 660ce67121f58b2a3a8d86b46c03772b6e191254
Author: Nico Huber <nico.huber at secunet.com>
Date:   Tue Oct 25 16:03:22 2016 +0200

    ec/acpi: Add missing include
    
    Change-Id: I61c2191f28b6c2c9a6bc587dc3b6c2ae28205192
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 src/ec/acpi/ec.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ec/acpi/ec.h b/src/ec/acpi/ec.h
index 5b3467c..0877fe2 100644
--- a/src/ec/acpi/ec.h
+++ b/src/ec/acpi/ec.h
@@ -16,6 +16,8 @@
 #ifndef _EC_ACPI_H
 #define _EC_ACPI_H
 
+#include <stdint.h>
+
 #define EC_DATA	0x62
 #define EC_SC	0x66
 



More information about the coreboot-gerrit mailing list