aboutsummaryrefslogtreecommitdiffstats
path: root/stp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-06-21 11:05:30 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-22 06:23:04 +0000
commit2abc1d5c7f2f10aa8b79b60f5d4ff9796a43bdd1 (patch)
tree622c37a2d986b727f5f767569aeff28e4e526383 /stp
parentad7fbd9b4dc80d1b7ceac72e5b349fdd7750d8fa (diff)
stp_main.c: Add missing header
stp_main uses osmo_fsm_vty_add_cmds which is defined in /osmocom/vty/misc.h Fixes 'implicit declaration of function' compilation warning. Change-Id: I3cc9543fcb908eeb172d36fa472a19b01bf52c46
Diffstat (limited to 'stp')
-rw-r--r--stp/stp_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stp/stp_main.c b/stp/stp_main.c
index 564ced5..074272b 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -34,6 +34,7 @@
#include <osmocom/vty/ports.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/logging.h>
+#include <osmocom/vty/misc.h>
#include <osmocom/sigtran/osmo_ss7.h>
#include <osmocom/sigtran/sccp_sap.h>