diff options
Diffstat (limited to 'test/hush/loop.c')
-rw-r--r-- | test/hush/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hush/loop.c b/test/hush/loop.c index 7154b9bc0ae..ea72ac773ba 100644 --- a/test/hush/loop.c +++ b/test/hush/loop.c @@ -5,6 +5,7 @@ */ #include <command.h> +#include <env.h> #include <env_attr.h> #include <test/hush.h> #include <test/ut.h> |