aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-20 16:42:32 -0500
committerTom Rini <trini@konsulko.com>2023-11-20 16:42:32 -0500
commit6b477031811e1161978297e41582b9ef744297a5 (patch)
tree50c73fecc2f58e00a092c358c445a3c441ae8ca9
parentca8785dfefbeb8acdda70538c20d205822470b68 (diff)
downloadu-boot-TEST/sha-header-cleanup.zip
u-boot-TEST/sha-header-cleanup.tar.gz
u-boot-TEST/sha-header-cleanup.tar.bz2
rtc.h: Add <linux/types.h>TEST/sha-header-cleanup
This file uses types defined in <linux/types.h> so include it. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h
index b6fdbb6..22f6d37 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -16,6 +16,7 @@
#include <bcd.h>
#include <rtc_def.h>
#include <linux/errno.h>
+#include <linux/types.h>
typedef int64_t time64_t;
struct udevice;