From 38a6062c3550f0efefb98d2a83c9027270f55c94 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 27 May 2015 09:57:35 +0200 Subject: h8: Add missing include of stdint.h h8.h uses u8 without including stdint.h. Change-Id: I7e46f6b8ca92ed23af93597fe2f08add464eb176 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/10330 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan --- src/ec/lenovo/h8/h8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ec/lenovo') diff --git a/src/ec/lenovo/h8/h8.h b/src/ec/lenovo/h8/h8.h index ab56b7df27..e726e275bd 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 + void h8_trackpoint_enable(int on); void h8_wlan_enable(int on); void h8_set_audio_mute(int on); -- cgit v1.2.3