pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27859 )
Change subject: bsc_vty: Add missing header ...................................................................... bsc_vty: Add missing header Change-Id: I83c6dc786ed07703da5eeb3c89df66cc6c4f2033 --- M src/osmo-bsc/bsc_vty.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/59/27859/1 diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c index 5976721..6fb78d8 100644 --- a/src/osmo-bsc/bsc_vty.c +++ b/src/osmo-bsc/bsc_vty.c @@ -64,6 +64,7 @@ #include <osmocom/bsc/bsc_subscr_conn_fsm.h> #include <osmocom/bsc/assignment_fsm.h> #include <osmocom/bsc/bssmap_reset.h> +#include <osmocom/bsc/bsc_msc_data.h> #include <inttypes.h> -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/27859 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I83c6dc786ed07703da5eeb3c89df66cc6c4f2033 Gerrit-Change-Number: 27859 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-MessageType: newchange
