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.10.8rc1~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1ed6627bad34de04f71875e65550285edecfd1;p=thirdparty%2Fbind9.git Extend the list of headers included by lib/dns/tests/sigs_test.c (cherry picked from commit f98e145c5bc50afbacefd230c0097f5f799d7692) --- diff --git a/lib/dns/tests/sigs_test.c b/lib/dns/tests/sigs_test.c index 67616645ada..353ee8d5d65 100644 --- a/lib/dns/tests/sigs_test.c +++ b/lib/dns/tests/sigs_test.c @@ -18,11 +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"