pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/41921?usp=email )
Change subject: core: remove SCTP include from osmo_io_internal.h ......................................................................
core: remove SCTP include from osmo_io_internal.h
No functional changes intended.
Change-Id: Icd626d908192a954d55d76a46d7cc863ed332631 --- M src/core/osmo_io_internal.h 1 file changed, 2 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/core/osmo_io_internal.h b/src/core/osmo_io_internal.h index 7c419d1..c15262b 100644 --- a/src/core/osmo_io_internal.h +++ b/src/core/osmo_io_internal.h @@ -2,9 +2,10 @@
#pragma once
+#include "../config.h" + #include <unistd.h> #include <stdbool.h> -#include <netinet/sctp.h>
#include <osmocom/core/osmo_io.h> #include <osmocom/core/linuxlist.h> @@ -12,8 +13,6 @@ #include <osmocom/core/select.h> #include <osmocom/core/socket.h>
-#include "../config.h" - #define OSMO_IO_DEFAULT_MSGB_SIZE 1024 #define OSMO_IO_DEFAULT_MSGB_HEADROOM 128