mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 03:12:16 -04:00
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:
commit
c76f686131
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <sched.h> /* IWYU pragma: keep */
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue