diff options
Diffstat (limited to 'drivers/bootcount/rtc.c')
-rw-r--r-- | drivers/bootcount/rtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bootcount/rtc.c b/drivers/bootcount/rtc.c index b131946aa9d..483caaa80df 100644 --- a/drivers/bootcount/rtc.c +++ b/drivers/bootcount/rtc.c @@ -3,6 +3,7 @@ * (C) Copyright 2018 Theobroma Systems Design und Consulting GmbH */ +#include <common.h> #include <bootcount.h> #include <dm.h> #include <log.h> |