mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
netinet: Make in_systm.h self-contained
PR: 286539 MFC after: 3 days Approved by: re (cperciva) (cherry picked from commit 75d173a84836d14b12a0f747ffed7d37766dd274) (cherry picked from commit 02dde7c43fe76a5dcdc170de1c2740a31629e106)
This commit is contained in:
parent
976aa65e3e
commit
399bc0c182
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,8 @@
|
|||
#ifndef _NETINET_IN_SYSTM_H_
|
||||
#define _NETINET_IN_SYSTM_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* Miscellaneous internetwork
|
||||
* definitions for kernel.
|
||||
|
|
|
|||
|
|
@ -257,7 +257,6 @@ BADHDRS= \
|
|||
netinet/in_pcb.h \
|
||||
netinet/in_pcb_var.h \
|
||||
netinet/in_rss.h \
|
||||
netinet/in_systm.h \
|
||||
netinet/in_var.h \
|
||||
netinet/ip.h \
|
||||
netinet/ip6.h \
|
||||
|
|
|
|||
Loading…
Reference in a new issue