mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user