Merge branch '2019-10-28-azure-ci-support'
[oweals/u-boot.git] / cmd / setexpr.c
index af210225f1438727e846a17ccaa88f60b10f0372..0182f1993846cdb4f6d027c6ddf7e6707d7b2d99 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2008 Freescale Semiconductor, Inc.
  * Copyright 2013 Wolfgang Denk <wd@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -12,6 +11,7 @@
 #include <common.h>
 #include <config.h>
 #include <command.h>
+#include <env.h>
 #include <mapmem.h>
 
 static ulong get_arg(char *s, int w)