diff options
Diffstat (limited to 'drivers/rtc/ds3232.c')
-rw-r--r-- | drivers/rtc/ds3232.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/ds3232.c b/drivers/rtc/ds3232.c index 7314ba21..16501cf 100644 --- a/drivers/rtc/ds3232.c +++ b/drivers/rtc/ds3232.c @@ -3,6 +3,7 @@ * (C) Copyright 2019, Vaisala Oyj */ +#include <common.h> #include <command.h> #include <dm.h> #include <i2c.h> |