Unbreak builds having SCTP support compiled in

Including sctp_var.h requires INET to be defined if IPv4 support
is needed.
This commit is contained in:
Michael Tuexen 2022-11-07 08:50:51 +01:00
parent 61273a28e8
commit 126f8248cc

View File

@ -35,6 +35,7 @@
__FBSDID("$FreeBSD$");
#include "opt_bootp.h"
#include "opt_inet.h"
#include "opt_ipstealth.h"
#include "opt_ipsec.h"
#include "opt_route.h"