lynxis lazus has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/67/38667/1
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: newchange
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>