efi_loader: selftest: enable APPEND_WRITE tests
[oweals/u-boot.git] / lib / gzip.c
index 2c49e4e9ffa0c748abc972fa14263c7047259aad..c6c0ec880cfbd3699d626b60c47dee5479c7f6b1 100644 (file)
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2012
  * Lei Wen <leiwen@marvell.com>, Marvell Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <watchdog.h>
 #include <command.h>
+#include <gzip.h>
 #include <image.h>
 #include <malloc.h>
 #include <memalign.h>