aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-05-23 21:42:57 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-05-31 00:37:47 +0200
commitf2c1f25612d97be3d2b77812b16fb3a3706617aa (patch)
tree10b2d22a2c9855c52ee77062745a43d1dc7d0a76 /openbsc/src
parent4e318f5938ea6b1049d1e19d1e3f284eafe48cf7 (diff)
abis: Get the structs and values from libosmocore
Remove the forward declarations for functions and structs that have been moved to libosmocore.
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libbsc/abis_nm_vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/abis_nm_vty.c b/openbsc/src/libbsc/abis_nm_vty.c
index 3a16b2b7f..bcbc92d65 100644
--- a/openbsc/src/libbsc/abis_nm_vty.c
+++ b/openbsc/src/libbsc/abis_nm_vty.c
@@ -26,6 +26,8 @@
#include <arpa/inet.h>
+#include <osmocom/gsm/abis_nm.h>
+
#include <openbsc/gsm_data.h>
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/tlv.h>