aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_taskqueue.c
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/kern/subr_taskqueue.c
parent2d92a5abefc9cf6aa81fb7d23f8fcca4f1d6026d (diff)
Diffstat (limited to 'sys/kern/subr_taskqueue.c')
-rw-r--r--sys/kern/subr_taskqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c
index c4146922edc5..f17e59a441a6 100644
--- a/sys/kern/subr_taskqueue.c
+++ b/sys/kern/subr_taskqueue.c
@@ -42,9 +42,9 @@
#include <sys/epoch.h>
#include <sys/sched.h>
#include <sys/smp.h>
+#include <sys/stdarg.h>
#include <sys/taskqueue.h>
#include <sys/unistd.h>
-#include <machine/stdarg.h>
static MALLOC_DEFINE(M_TASKQUEUE, "taskqueue", "Task Queues");
static void *taskqueue_giant_ih;