aboutsummaryrefslogtreecommitdiff
path: root/sys/tests
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2025-06-11 16:39:02 +0000
committerBrooks Davis <brooks@FreeBSD.org>2025-06-11 16:39:02 +0000
commite453e498cbb88570a3ff7b3679de65c88707da95 (patch)
treee435983bfcf0f1e4d2cb721a61382a6da5dbfcb2 /sys/tests
parent2d92a5abefc9cf6aa81fb7d23f8fcca4f1d6026d (diff)
Diffstat (limited to 'sys/tests')
-rw-r--r--sys/tests/ktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tests/ktest.c b/sys/tests/ktest.c
index 640710f2b89e..f8eb03f0b6e6 100644
--- a/sys/tests/ktest.c
+++ b/sys/tests/ktest.c
@@ -34,6 +34,7 @@
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/socket.h>
+#include <sys/stdarg.h>
#include <sys/priv.h>
#include <netlink/netlink.h>
@@ -41,7 +42,6 @@
#include <netlink/netlink_generic.h>
#include <netlink/netlink_message_parser.h>
-#include <machine/stdarg.h>
#include <tests/ktest.h>
struct mtx ktest_mtx;