[PATCH] libosmo-sccp[master]: stp_main.c: Add missing header

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Jun 21 13:59:10 UTC 2017


Review at  https://gerrit.osmocom.org/2996

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
---
M stp/stp_main.c
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/96/2996/1

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>

-- 
To view, visit https://gerrit.osmocom.org/2996
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cc9543fcb908eeb172d36fa472a19b01bf52c46
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list