From: Ondřej Surý Date: Thu, 26 Mar 2020 07:23:52 +0000 (+0100) Subject: Fix missing include X-Git-Tag: v9.14.12~8^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969cb06e15beb3639941b5e432b670fd53a55d4a;p=thirdparty%2Fbind9.git Fix missing include --- diff --git a/lib/isc/tests/timer_test.c b/lib/isc/tests/timer_test.c index 92f5b82489b..128ce76b932 100644 --- a/lib/isc/tests/timer_test.c +++ b/lib/isc/tests/timer_test.c @@ -13,6 +13,7 @@ #if HAVE_CMOCKA +#include #include #include #include