laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/38667?usp=email )
Change subject: gprs/gsm_24_301: add include to be self contained ......................................................................
gprs/gsm_24_301: add include to be self contained
Change-Id: I2f853d00738b481d00c60aa6ad6764cf2c861904 --- M include/osmocom/gprs/protocol/gsm_24_301.h 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/gprs/protocol/gsm_24_301.h b/include/osmocom/gprs/protocol/gsm_24_301.h index d4bcd87..5d1d00c 100644 --- a/include/osmocom/gprs/protocol/gsm_24_301.h +++ b/include/osmocom/gprs/protocol/gsm_24_301.h @@ -3,6 +3,10 @@ #pragma once
/*! Tracking area TS 24.301, section 9.9.3.32 */ + +#include <stdbool.h> +#include <stdint.h> + struct osmo_eutran_tai { uint16_t mcc; uint16_t mnc;