aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/pll.c')
-rw-r--r--src/soc/mediatek/common/pll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/pll.c b/src/soc/mediatek/common/pll.c
index 0968d2f59f..a63fe8927b 100644
--- a/src/soc/mediatek/common/pll.c
+++ b/src/soc/mediatek/common/pll.c
@@ -16,6 +16,7 @@
#include <device/mmio.h>
#include <assert.h>
#include <soc/pll.h>
+#include <types.h>
#define GENMASK(h, l) (BIT(h + 1) - BIT(l))