From 1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:57 -0500 Subject: include: Further cleanup includes Add some missing headers such as or or to header files that make direct usage of things provided by these headers. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- include/rtc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rtc.h') diff --git a/include/rtc.h b/include/rtc.h index b6fdbb60dc2..22f6d370591 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -16,6 +16,7 @@ #include #include #include +#include typedef int64_t time64_t; struct udevice; -- cgit v1.2.3