[coreboot-gerrit] Patch set updated for coreboot: 3f44e19 h8: Add missing include of stdint.h

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu May 28 11:28:11 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10330

-gerrit

commit 3f44e19c9c2877e9ecebc0d23bedf11960b7b224
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed May 27 09:57:35 2015 +0200

    h8: Add missing include of stdint.h
    
    h8.h uses u8 without including stdint.h.
    
    Change-Id: I7e46f6b8ca92ed23af93597fe2f08add464eb176
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/ec/lenovo/h8/h8.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ec/lenovo/h8/h8.h b/src/ec/lenovo/h8/h8.h
index ab56b7d..e726e27 100644
--- a/src/ec/lenovo/h8/h8.h
+++ b/src/ec/lenovo/h8/h8.h
@@ -20,6 +20,8 @@
 #ifndef EC_LENOVO_H8_H
 #define EC_LENOVO_H8_H
 
+#include <stdint.h>
+
 void h8_trackpoint_enable(int on);
 void h8_wlan_enable(int on);
 void h8_set_audio_mute(int on);



More information about the coreboot-gerrit mailing list