summaryrefslogtreecommitdiff
path: root/cmd/rtc.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-10 17:49:20 -0400
committerTom Rini <trini@konsulko.com>2022-08-10 17:49:20 -0400
commitcdebee1fd9fa04cc4c972f826bae19b28c253eb0 (patch)
tree97a13d6a54ea8cb825d19cd65d4c9480ffd327dc /cmd/rtc.c
parent3dd4e916324efc825a7ee8e412f5cf1ded839021 (diff)
parent468091a4602f78aaa11d41190ae66d8b240e144a (diff)
Merge branch '2022-08-10-assorted-updates'
- An assortment of bugfixes and minor updates
Diffstat (limited to 'cmd/rtc.c')
-rw-r--r--cmd/rtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/rtc.c b/cmd/rtc.c
index 75d4b64d688..a344cfa76b1 100644
--- a/cmd/rtc.c
+++ b/cmd/rtc.c
@@ -2,6 +2,7 @@
#include <common.h>
#include <command.h>
+#include <display_options.h>
#include <dm.h>
#include <hexdump.h>
#include <i2c.h>