mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include <sys/bus.h>, which is needed after Doug's latest object changes.
This commit is contained in:
parent
2ee229e5c3
commit
4e84c35af2
2 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
#include <sys/bus.h>
|
||||
|
||||
INTERFACE card;
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
#include <sys/bus.h>
|
||||
|
||||
INTERFACE power;
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue