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;
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/38667?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2f853d00738b481d00c60aa6ad6764cf2c861904
Gerrit-Change-Number: 38667
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>