aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch
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/dev/etherswitch
parent2d92a5abefc9cf6aa81fb7d23f8fcca4f1d6026d (diff)
Diffstat (limited to 'sys/dev/etherswitch')
-rw-r--r--sys/dev/etherswitch/e6000sw/e6000sw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/e6000sw/e6000sw.c b/sys/dev/etherswitch/e6000sw/e6000sw.c
index d26fc32ed6a6..4ef510b85c70 100644
--- a/sys/dev/etherswitch/e6000sw/e6000sw.c
+++ b/sys/dev/etherswitch/e6000sw/e6000sw.c
@@ -51,7 +51,7 @@
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
#else
-#include <machine/stdarg.h>
+#include <sys/stdarg.h>
#endif
#include "e6000swreg.h"