summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/vty_interface.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-10-30 23:44:21 +0700
committerHarald Welte <laforge@gnumonks.org>2017-11-02 14:21:16 +0000
commitaceb6a80d82e5418197fcd73ee295fe1ec47e969 (patch)
tree0e941f172f4254a7bf3dfdf9dcc31a8c5eace7de /src/host/layer23/src/mobile/vty_interface.c
parenta97996f54c1674be445e0cd46ac778b827f131b0 (diff)
mobile/vty_interface.c: add missing 'vty/misc.h' header
This header contains declaration of the osmo_talloc_vty_add_cmds(). Change-Id: Icdafb22758897cfb67e249f37991f4af4213a5fa
Diffstat (limited to 'src/host/layer23/src/mobile/vty_interface.c')
-rw-r--r--src/host/layer23/src/mobile/vty_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index 2ad95d0a..b3777dc9 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -41,6 +41,7 @@
#include <osmocom/bb/mobile/gsm480_ss.h>
#include <osmocom/bb/mobile/gsm411_sms.h>
#include <osmocom/vty/telnet_interface.h>
+#include <osmocom/vty/misc.h>
void *l23_ctx;