lynxis lazus has uploaded this change for review.

View Change

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 change 38667. To unsubscribe, or for help writing mail filters, visit settings.

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@fe80.eu>