Re: [U-Boot] [PATCH] env_ext4: fix build error.

2016-04-18 Thread Andreas Färber
Am 18.04.2016 um 09:55 schrieb Yoshinori Sato: > Signed-off-by: Yoshinori Sato > --- > common/env_ext4.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) > > diff --git a/common/env_ext4.c b/common/env_ext4.c > index ce748ed..5683890 100644 > --- a/common/env_ext4.c

[U-Boot] [PATCH] env_ext4: fix build error.

2016-04-18 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- common/env_ext4.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/common/env_ext4.c b/common/env_ext4.c index ce748ed..5683890 100644 --- a/common/env_ext4.c +++ b/common/env_ext4.c @@ -25,6 +25,7 @@ #include #include