aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-03-19 18:27:36 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2019-03-19 18:38:59 +0100
commite6050975067f24b404a79621587888bb68af7dda (patch)
tree61a6e05d760279130be2e00c3138646b32507e62
parent0d9a1a7583842203cbbd60517a2c4d63247db954 (diff)
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
-rw-r--r--src/osmo-bsc/lchan_fsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index 7cbba4499..2b7dc9753 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -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>