diff options
author | Max <msuraev@sysmocom.de> | 2018-11-19 10:44:55 +0100 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2018-11-19 10:44:55 +0100 |
commit | adc4172fe3c18cb93809c5f4e46e9fbdf213025e (patch) | |
tree | 8222ce1f939b253733d4024a3dc212e0c76cece8 /include/osmocom | |
parent | ed651d2485a51b57bf6090f4f58fd356118c6835 (diff) |
Add missing header include
That's necessary for 'struct tlv_parsed' definition although lack of it
does not cause build failure in libosmocore for me but does so for
osmo-bsc.
Change-Id: I3b2d3955d02b07dc7ec5e9f0c66cc477196703ed
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/gsm0808_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h index c22d0a9b..edae8530 100644 --- a/include/osmocom/gsm/gsm0808_utils.h +++ b/include/osmocom/gsm/gsm0808_utils.h @@ -29,6 +29,7 @@ struct sockaddr_storage; #include <osmocom/gsm/protocol/gsm_04_08.h> #include <osmocom/gsm/gsm23003.h> #include <osmocom/gsm/gsm_utils.h> +#include <osmocom/gsm/tlv.h> /*! (225-1)/2 is the maximum number of elements in a cell identifier list. */ #define GSM0808_CELL_ID_LIST2_MAXLEN 127 |