diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 20:12:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:24:00 +0000 |
| commit | fdafd315ad0d0f28a11b9fb4476a9ab059c62b92 (patch) | |
| tree | 406c3dfc5c2c03a457c9908a9787144259a8418b /sys/dev/ena | |
| parent | 7c43148a974877188a930e4078a164f83da8e652 (diff) | |
Diffstat (limited to 'sys/dev/ena')
| -rw-r--r-- | sys/dev/ena/ena_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ena/ena_sysctl.c b/sys/dev/ena/ena_sysctl.c index d450fcf48d15..62a38c2a4b82 100644 --- a/sys/dev/ena/ena_sysctl.c +++ b/sys/dev/ena/ena_sysctl.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> + #include <sys/param.h> #include "opt_rss.h" |
