aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-20 18:10:18 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-20 18:10:18 +0200
commit8697e43bb2b9d6f217090ca93057d9d4ab6942a9 (patch)
tree22f017d66fc03542f337bcb4bd932f378d442447
parented5cacb240b846c106f0fc6a3ab8e8721f4c70a5 (diff)
we don't have openbsc/ipaccess.h anymore
-rw-r--r--openbsc/src/libbsc/bsc_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/bsc_vty.c b/openbsc/src/libbsc/bsc_vty.c
index a98779dac..61dfaa886 100644
--- a/openbsc/src/libbsc/bsc_vty.c
+++ b/openbsc/src/libbsc/bsc_vty.c
@@ -36,6 +36,7 @@
#include <osmocom/core/utils.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/abis_nm.h>
+#include <osmocom/abis/ipaccess.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/meas_rep.h>
#include <openbsc/db.h>
@@ -45,7 +46,6 @@
#include <openbsc/system_information.h>
#include <openbsc/debug.h>
#include <openbsc/paging.h>
-#include <openbsc/ipaccess.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/osmo_msc_data.h>
#include <openbsc/osmo_bsc_rf.h>