diff options
Diffstat (limited to 'test/cmd_ut.c')
| -rw-r--r-- | test/cmd_ut.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/cmd_ut.c b/test/cmd_ut.c index 0677ce0cd17..4e4aa8f1cb2 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -4,9 +4,9 @@   * Joe Hershberger, National Instruments, joe.hershberger@ni.com   */ -#include <common.h>  #include <command.h>  #include <console.h> +#include <vsprintf.h>  #include <test/suites.h>  #include <test/test.h>  #include <test/ut.h> | 
