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.9.13rc1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f38fd70c1c494f4b1a66d24b6e7c16e036d4fac;p=thirdparty%2Fbind9.git Extend the list of headers included by lib/dns/tests/sigs_test.c (cherry picked from commit 1e1ed6627bad34de04f71875e65550285edecfd1) --- 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"