msc_vty: add missing header file

The symbol GSM0808_SPEECH_FULL_BM is used in msc_vty.c, but gsm_08_08.h,
where the symbol is declared is not included.

Change-Id: I31a8894031aa2321d7dbf2586d076bc303247278
This commit is contained in:
Philipp Maier 2019-03-19 18:51:37 +01:00
parent da9f37ed20
commit 8fa2dbe5b1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <osmocom/gsm/protocol/gsm_08_58.h>
#include <osmocom/gsm/protocol/gsm_04_14.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/sigtran/sccp_helpers.h>