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
This commit is contained in:
Max 2018-11-19 10:44:55 +01:00
parent ed651d2485
commit adc4172fe3
1 changed files with 1 additions and 0 deletions

View File

@ -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