]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Include <stdarg.h> in byaddr_test.c
authorMark Andrews <marka@isc.org>
Fri, 14 Nov 2025 02:34:45 +0000 (13:34 +1100)
committerMark Andrews <marka@isc.org>
Tue, 18 Nov 2025 23:16:40 +0000 (10:16 +1100)
tests/dns/byaddr_test.c

index 2cb3ee9c53eb689ad2bf9c69c180729eb32895c6..fb15880c2afd6b3e063893c225a829b5105d7f8c 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <sched.h> /* IWYU pragma: keep */
 #include <setjmp.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>