[PATCH 2/4] ext4fs.c: Add missing include
Tom Rini
trini at konsulko.com
Thu May 1 18:47:19 CEST 2025
This file references rtc functions and implicitly includes <rtc.h>
today. Add this explicitly.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
fs/ext4/ext4fs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/ext4/ext4fs.c b/fs/ext4/ext4fs.c
index 1727da2dc6db..bd058a096142 100644
--- a/fs/ext4/ext4fs.c
+++ b/fs/ext4/ext4fs.c
@@ -27,6 +27,7 @@
#include <ext4fs.h>
#include <malloc.h>
#include <part.h>
+#include <rtc.h>
#include <u-boot/uuid.h>
#include "ext4_common.h"
--
2.43.0
More information about the U-Boot
mailing list