netinet: Make in_systm.h self-contained

PR:		286539
MFC after:	3 days

(cherry picked from commit 75d173a84836d14b12a0f747ffed7d37766dd274)
This commit is contained in:
Mark Johnston 2025-05-03 20:44:13 +00:00 committed by Franco Fichtner
parent 4f344f27f0
commit 7f9c0c0fc9
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,8 @@
#ifndef _NETINET_IN_SYSTM_H_
#define _NETINET_IN_SYSTM_H_
#include <sys/types.h>
/*
* Miscellaneous internetwork
* definitions for kernel.

View file

@ -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 \