fix: test: Include <stdarg.h> in byaddr_test.c

Closes #5637

Merge branch '5637-include-stdarg-h-in-byaddr-test-c' into 'main'

See merge request isc-projects/bind9!11241
This commit is contained in:
Mark Andrews 2025-11-19 11:56:16 +11:00
commit c76f686131

View file

@ -13,6 +13,7 @@
#include <sched.h> /* IWYU pragma: keep */
#include <setjmp.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>