mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ctl: Make ctl_private.h more self-contained
Include <sys/sysctl.h> for sysctl context types. Reviewed by: ken, imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D42209
This commit is contained in:
parent
10b1a66934
commit
fc8cf0a8de
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#ifndef _CTL_PRIVATE_H_
|
||||
#define _CTL_PRIVATE_H_
|
||||
|
||||
#include <sys/sysctl.h>
|
||||
#include <cam/scsi/scsi_all.h>
|
||||
#include <cam/scsi/scsi_cd.h>
|
||||
#include <cam/scsi/scsi_da.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue