Include <stdarg.h> in byaddr_test.c

This commit is contained in:
Mark Andrews 2025-11-14 13:34:45 +11:00
parent 2958b3733c
commit d9fc1f2471

View file

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