mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-07 07:46:59 +02:00
ext4fs.c: Add missing include
This file references rtc functions and implicitly includes <rtc.h> today. Add this explicitly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
cfa00751b0
commit
720e0c0f1a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user