Include sys/systm.h in phy_usb.c for KASSERT

Rather than depending on header pollution include systm.h directly.

Sponsored by:	Innovate UK
This commit is contained in:
Andrew Turner 2022-10-28 18:12:31 +01:00
parent 8724dd26d4
commit 754358108c

View file

@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/queue.h>