From 9eff4284bd0d0dd9ea53817c4a999bf9d9ce9454 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 12 Mar 2016 17:55:38 +0000 Subject: [PATCH] [test] Add missing #include Signed-off-by: Michael Brown --- src/tests/rsa_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/rsa_test.c b/src/tests/rsa_test.c index c0d05d26..91066faa 100644 --- a/src/tests/rsa_test.c +++ b/src/tests/rsa_test.c @@ -34,6 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); /* Forcibly enable assertions */ #undef NDEBUG +#include #include #include #include