Merge branch '2020-03-27-master-imports'
[oweals/u-boot.git] / cmd / config.c
index 0c7f4e06cd8f7d4b81c4c0680522874877725d75..d2810d573b091b827c326248601af942ce071f9f 100644 (file)
@@ -1,11 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
+#include <gzip.h>
 #include <malloc.h>
 
 #include "config_data_gz.h"