laforge submitted this 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(-)
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.