From 1444998230824ac9e95c14073a00e99e59b78ed8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:44 -0700 Subject: common: Move functions for loading from fat/ext2 to fs.h These are filesystem functions and belong in the filesystem header file. Move them. Signed-off-by: Simon Glass --- cmd/pxe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/pxe.c') diff --git a/cmd/pxe.c b/cmd/pxe.c index 194a366..bce6728 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c @@ -6,6 +6,7 @@ #include #include +#include #include #include "pxe_utils.h" -- cgit v1.1