src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()

This uses the new include file for vty_out_rate_ctr_group() which
available in libosmocore.
This commit is contained in:
Pablo Neira Ayuso 2011-03-28 19:35:00 +02:00 committed by Harald Welte
parent ff663237b5
commit 167281ec50
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/misc.h>
/* FIXME: this should go to some common file as it is copied
* in vty_interface.c of the BSC */

View File

@ -42,6 +42,7 @@
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/misc.h>
static struct gprs_ns_inst *vty_nsi = NULL;