gsm_29_118.h: Fix compilation with gcc-10

this causes problems when compiling user applications
/usr/bin/ld: ../../src/libvlr/libvlr.a(vlr_lu_fsm.o):/usr/local/include/osmocom/gsm/protocol/gsm_29_118.h:184: multiple definition of `sgsap_ie_tlvdef'; msc_main.o:/usr/local/include/osmocom/gsm/protocol/gsm_29_118.h:184: first defined here

Change-Id: Iaa1d36c7a9bb64aa84ee85fa3e40f6b3560fe693
This commit is contained in:
Harald Welte 2020-04-20 19:52:36 +02:00 committed by laforge
parent 47eb4e18d0
commit 9892945ec2
1 changed files with 1 additions and 1 deletions

View File

@ -181,4 +181,4 @@ static inline const char *sgsap_ue_emm_mode_name(enum sgsap_ue_emm_mode mode) {
* See also: RFC1123 Section 2.1 Host Names and Numbers */
#define SGS_VLR_NAME_MAXLEN 255
const struct tlv_definition sgsap_ie_tlvdef;
extern const struct tlv_definition sgsap_ie_tlvdef;