From f7ca225a7ead88a187054108e57f872bc2d23e2e Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 1 Jun 2017 14:59:30 +0200 Subject: superio/winbond/*/header: Include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include since functions use types defined in there. Change-Id: Iba6bcea4377359c15e3148062458186ee222b8e2 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/20004 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Felix Held --- src/superio/winbond/wpcd376i/wpcd376i.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/superio/winbond/wpcd376i/wpcd376i.h') diff --git a/src/superio/winbond/wpcd376i/wpcd376i.h b/src/superio/winbond/wpcd376i/wpcd376i.h index bc202f0f17..b894e4e0c7 100644 --- a/src/superio/winbond/wpcd376i/wpcd376i.h +++ b/src/superio/winbond/wpcd376i/wpcd376i.h @@ -18,6 +18,8 @@ #ifndef SUPERIO_WINBOND_WPCD376I_WPCD376I_H #define SUPERIO_WINBOND_WPCD376I_WPCD376I_H +#include + /* Logical Device Numbers (LDN). */ #define WPCD376I_FDC 0 /* Floppy */ #define WPCD376I_LPT 1 /* Parallel port */ -- cgit v1.2.3