stackprot: Make our test a bit more complex
[pandora-u-boot.git] / cmd / license.c
index 1c0794f..15411b5 100644 (file)
@@ -6,12 +6,14 @@
 
 #include <common.h>
 #include <command.h>
+#include <gzip.h>
 #include <malloc.h>
 
 #include "license_data_gz.h"
 #include "license_data_size.h"
 
-static int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_license(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        char *dst;
        unsigned long len = data_size;