diff options
Diffstat (limited to 'test/lib/test_aes.c')
-rw-r--r-- | test/lib/test_aes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/test_aes.c b/test/lib/test_aes.c index fb8a0b17ba..cbc712f7ed 100644 --- a/test/lib/test_aes.c +++ b/test/lib/test_aes.c @@ -8,6 +8,7 @@ #include <common.h> #include <command.h> #include <hexdump.h> +#include <rand.h> #include <uboot_aes.h> #include <test/lib.h> #include <test/test.h> |