env: Move env_set() to env.h
[oweals/u-boot.git] / examples / api / demo.c
index 8c30457ce7ffe37acaf22d5f49db0721f7226da6..e7523786b41dbc21b8fa2545baf092d621593d58 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2007-2008 Semihalf
  *
  * Written by: Rafal Jaworowski <raj@semihalf.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <env.h>
 #include <linux/types.h>
 #include <api_public.h>