Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / test / command_ut.c
index 62f2828b7c1a5df2c34c9e67a3384c012c87ea52..8e268e5ee523af975e4aa5836b09b903c2f24e41 100644 (file)
@@ -6,6 +6,7 @@
 #define DEBUG
 
 #include <common.h>
+#include <command.h>
 
 static const char test_cmd[] = "setenv list 1\n setenv list ${list}2; "
                "setenv list ${list}3\0"