diff options
Diffstat (limited to 'test/cmd/test_echo.c')
-rw-r--r-- | test/cmd/test_echo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/test_echo.c b/test/cmd/test_echo.c index cde74ebeb61..091e4f823c9 100644 --- a/test/cmd/test_echo.c +++ b/test/cmd/test_echo.c @@ -5,6 +5,7 @@ * Copyright 2020, Heinrich Schuchadt <xypron.glpk@gmx.de> */ +#include <common.h> #include <command.h> #include <asm/global_data.h> #include <display_options.h> |