diff options
Diffstat (limited to 'test/lib/rsa.c')
-rw-r--r-- | test/lib/rsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/rsa.c b/test/lib/rsa.c index 40f70010c78..44f8ade226f 100644 --- a/test/lib/rsa.c +++ b/test/lib/rsa.c @@ -6,6 +6,7 @@ * Unit test for rsa_verify() function */ +#include <common.h> #include <command.h> #include <image.h> #include <test/lib.h> |