pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/87/31287/1
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>