pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/31287 )
Change subject: sndcp: Add missing osmocom/core/endian.h include ...................................................................... sndcp: Add missing osmocom/core/endian.h include Header uses OSMO_IS_LITTLE_ENDIAN but it's not including the header conditionally definining it. Change-Id: Ie80bc320b0d31a4b8fc971a864094edd08b0e6dc --- M include/osmocom/gprs/sndcp/sndcp_private.h 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: fixeria: Looks good to me, approved msuraev: Looks good to me, but someone else must approve Jenkins Builder: Verified diff --git a/include/osmocom/gprs/sndcp/sndcp_private.h b/include/osmocom/gprs/sndcp/sndcp_private.h index 206b660..8943a78 100644 --- a/include/osmocom/gprs/sndcp/sndcp_private.h +++ b/include/osmocom/gprs/sndcp/sndcp_private.h @@ -9,6 +9,7 @@ #include <osmocom/core/linuxlist.h> #include <osmocom/core/msgb.h> #include <osmocom/core/logging.h> +#include <osmocom/core/endian.h> #include <osmocom/gprs/llc/llc.h> #include <osmocom/gprs/sndcp/sndcp.h> -- To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/31287 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-gprs Gerrit-Branch: master Gerrit-Change-Id: Ie80bc320b0d31a4b8fc971a864094edd08b0e6dc Gerrit-Change-Number: 31287 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: msuraev <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
