lchan_fsm: add missing header file.

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

Change-Id: I46f910b3e0f2c7d8c78c1681acef30b9419e39f0
This commit is contained in:
Philipp Maier 2019-03-19 18:27:36 +01:00
parent 0d9a1a7583
commit e605097506
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <osmocom/gsm/rsl.h>
#include <osmocom/core/byteswap.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/bsc/debug.h>
#include <osmocom/bsc/lchan_fsm.h>