mobile/vty_interface.c: add missing 'vty/misc.h' header

This header contains declaration of the osmo_talloc_vty_add_cmds().

Change-Id: Icdafb22758897cfb67e249f37991f4af4213a5fa
This commit is contained in:
Vadim Yanitskiy 2017-10-30 23:44:21 +07:00 committed by Harald Welte
parent a97996f54c
commit aceb6a80d8
1 changed files with 1 additions and 0 deletions

View File

@ -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;