mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
8724dd26d4
commit
754358108c
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue