src/drivers/intel/soundwire/soundwire.h: Add include <types.h>

BIT(x) needs <types.h>.

Change-Id: Icf8b77713e7b5deb9def19c3e14e89a40ba46107
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43710
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-07-22 11:46:31 +02:00 committed by Patrick Georgi
parent 75f75bf285
commit 54f7847262
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define __DRIVERS_INTEL_SOUNDWIRE_H__ #define __DRIVERS_INTEL_SOUNDWIRE_H__
#include <device/soundwire.h> #include <device/soundwire.h>
#include <stdint.h> #include <types.h>
/** /**
* enum intel_soundwire_quirk - Quirks for controller master links. * enum intel_soundwire_quirk - Quirks for controller master links.