diff options
Diffstat (limited to 'drivers/timer/fttmr010_timer.c')
-rw-r--r-- | drivers/timer/fttmr010_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/fttmr010_timer.c b/drivers/timer/fttmr010_timer.c index c41bbfc1d57..b6289e64610 100644 --- a/drivers/timer/fttmr010_timer.c +++ b/drivers/timer/fttmr010_timer.c @@ -5,6 +5,7 @@ * * 23/08/2022 Port to DM */ +#include <common.h> #include <dm.h> #include <log.h> #include <timer.h> |