diff options
Diffstat (limited to 'test/cmd/mem.c')
-rw-r--r-- | test/cmd/mem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/mem.c b/test/cmd/mem.c index f1bbab6055..d76f47cf31 100644 --- a/test/cmd/mem.c +++ b/test/cmd/mem.c @@ -5,6 +5,7 @@ * Copyright 2020 Google LLC */ +#include <common.h> #include <command.h> #include <test/suites.h> #include <test/test.h> |