efi_loader: correct includes in efi_variable.c
[oweals/u-boot.git] / cmd / lzmadec.c
index 1b482edb587dc3fd8a8c4a0b92f5f6295d0f897b..e3b9cc75ac2b9a90a383baa1e7e3b3b4f87ea2d8 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2013 Patrice Bouchand <pbfwdlist_gmail_com>
  * lzma uncompress command in Uboot
@@ -6,12 +7,11 @@
  *
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
+#include <env.h>
 #include <mapmem.h>
 #include <asm/io.h>