diff options
Diffstat (limited to 'test/command_ut.c')
-rw-r--r-- | test/command_ut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/command_ut.c b/test/command_ut.c index 62f2828b7c..8e268e5ee5 100644 --- a/test/command_ut.c +++ b/test/command_ut.c @@ -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" |