mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Put back including sys/devicestat.h for 4-stable.
This commit is contained in:
parent
fec4b7015e
commit
d067ce208d
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@
|
|||
#include <machine/bus.h>
|
||||
#include <sys/malloc.h>
|
||||
|
||||
#if __FreeBSD_version < 500106
|
||||
#include <sys/devicestat.h> /* for struct devstat */
|
||||
#endif
|
||||
|
||||
#include <cam/cam.h>
|
||||
#include <cam/cam_ccb.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue