pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41445?usp=email )
Change subject: netif/sctp.h: Add missing dep netinet/sctp.h ......................................................................
netif/sctp.h: Add missing dep netinet/sctp.h
Change-Id: Icac109aad6dc5a694309c1aedfe4622b04c44c9c --- M include/osmocom/netif/sctp.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/45/41445/1
diff --git a/include/osmocom/netif/sctp.h b/include/osmocom/netif/sctp.h index 9dcb6dd..e7787f1 100644 --- a/include/osmocom/netif/sctp.h +++ b/include/osmocom/netif/sctp.h @@ -1,6 +1,7 @@ #pragma once
#include <osmocom/core/utils.h> +#include <netinet/sctp.h>
/* Relevant SCTP RFCs: * rfc9260 (obsoletes rfc4960): SCTP protocol