]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ext4fs.c: Add missing include
authorTom Rini <trini@konsulko.com>
Thu, 1 May 2025 16:47:19 +0000 (10:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 13 May 2025 17:30:08 +0000 (11:30 -0600)
This file references rtc functions and implicitly includes <rtc.h>
today. Add this explicitly.

Signed-off-by: Tom Rini <trini@konsulko.com>
fs/ext4/ext4fs.c

index 1727da2dc6db089b1d5805be156f5ade5d7c0afa..bd058a096142f4b74c80d9a341e906313f903391 100644 (file)
@@ -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"