]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix missing <inttypes.h> include
authorOndřej Surý <ondrej@isc.org>
Thu, 26 Mar 2020 07:23:52 +0000 (08:23 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 26 Mar 2020 12:42:35 +0000 (13:42 +0100)
lib/isc/tests/timer_test.c

index 92f5b82489b47a871e746a4aeacf457e7876c94b..128ce76b9320ca144f6c59941253a52ca6f811af 100644 (file)
@@ -13,6 +13,7 @@
 
 #if HAVE_CMOCKA
 
+#include <inttypes.h>
 #include <stdarg.h>
 #include <stddef.h>
 #include <setjmp.h>