diff options
Diffstat (limited to 'drivers/rtc/pcf2127.c')
-rw-r--r-- | drivers/rtc/pcf2127.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/pcf2127.c b/drivers/rtc/pcf2127.c index 27a340f..2f3fafb 100644 --- a/drivers/rtc/pcf2127.c +++ b/drivers/rtc/pcf2127.c @@ -5,6 +5,7 @@ /* #define DEBUG */ +#include <common.h> #include <command.h> #include <dm.h> #include <i2c.h> |