From 754358108c1fa4e1818215c5ea085e13576ed798 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 28 Oct 2022 18:12:31 +0100 Subject: [PATCH] Include sys/systm.h in phy_usb.c for KASSERT Rather than depending on header pollution include systm.h directly. Sponsored by: Innovate UK --- sys/dev/extres/phy/phy_usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/extres/phy/phy_usb.c b/sys/dev/extres/phy/phy_usb.c index 891db493634..ce25993482a 100644 --- a/sys/dev/extres/phy/phy_usb.c +++ b/sys/dev/extres/phy/phy_usb.c @@ -28,6 +28,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include