From: Michał Kępień Date: Mon, 14 May 2018 06:55:50 +0000 (+0200) Subject: Extend the list of headers included by lib/dns/tests/sigs_test.c X-Git-Tag: v9.13.0~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98e145c5bc50afbacefd230c0097f5f799d7692;p=thirdparty%2Fbind9.git Extend the list of headers included by lib/dns/tests/sigs_test.c --- diff --git a/lib/dns/tests/sigs_test.c b/lib/dns/tests/sigs_test.c index daf3f1c844d..f345b3c47b8 100644 --- a/lib/dns/tests/sigs_test.c +++ b/lib/dns/tests/sigs_test.c @@ -18,10 +18,29 @@ #include #if defined(OPENSSL) || defined(PKCS11CRYPTO) +#include + +#include +#include #include +#include +#include +#include +#include #include +#include +#include #include +#include + +#include +#include +#include +#include +#include +#include + #include "../zone_p.h" #include "dnstest.h"