aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-10 22:06:39 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-16 10:31:13 +0000
commit5fceb9fc3a8ed061d25dda8b057cbbb3a57c058a (patch)
tree18f9cf22527f7071fb9ebef36ffb39772861d893 /src/osmo-bts-litecell15
parent0c1ca01084a800ffbd385dd18bd8175690d7d000 (diff)
lc15: vty: Add missing include for lchan_deactivate
Fixes following compilation warning: osmo-bts/src/osmo-bts-litecell15/lc15bts_vty.c:244:3: warning: implicit declaration of function ‘lchan_deactivate’ Change-Id: Id9b144d068d53393e1c1887aad285ae757156ec6
Diffstat (limited to 'src/osmo-bts-litecell15')
-rw-r--r--src/osmo-bts-litecell15/lc15bts_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-litecell15/lc15bts_vty.c b/src/osmo-bts-litecell15/lc15bts_vty.c
index 46f73abd..d0edc886 100644
--- a/src/osmo-bts-litecell15/lc15bts_vty.c
+++ b/src/osmo-bts-litecell15/lc15bts_vty.c
@@ -48,6 +48,7 @@
#include <osmo-bts/logging.h>
#include <osmo-bts/bts_model.h>
#include <osmo-bts/vty.h>
+#include <osmo-bts/rsl.h>
#include "lc15bts.h"
#include "l1_if.h"