From: Michael Brown Date: Sat, 12 Mar 2016 17:55:38 +0000 (+0000) Subject: [test] Add missing #include X-Git-Tag: v1.20.1~534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eff4284bd0d0dd9ea53817c4a999bf9d9ce9454;p=thirdparty%2Fipxe.git [test] Add missing #include Signed-off-by: Michael Brown --- diff --git a/src/tests/rsa_test.c b/src/tests/rsa_test.c index c0d05d263..91066faab 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