diff options
Diffstat (limited to 'board/ge/common/ge_rtc.c')
-rw-r--r-- | board/ge/common/ge_rtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ge/common/ge_rtc.c b/board/ge/common/ge_rtc.c index 5c62ecca8c8..6437afc7bd0 100644 --- a/board/ge/common/ge_rtc.c +++ b/board/ge/common/ge_rtc.c @@ -3,6 +3,7 @@ * Copyright 2017 General Electric Company */ +#include <common.h> #include <env.h> #include <dm/uclass.h> #include <rtc.h> |