aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-12 20:28:04 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-12 20:28:04 +0200
commit22229d684124d6d9c4eb83e9776a620af1c552b0 (patch)
tree9c28f349057b297debe45b9c197612e93010f2f9 /openbsc/src/vty_interface.c
parent39d0bb5f7c914e566df3aead704d2075bba8aa57 (diff)
Fix missing #include preventing compilation of vty_interface.c
Diffstat (limited to 'openbsc/src/vty_interface.c')
-rw-r--r--openbsc/src/vty_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 70d2997b2..866131613 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -39,6 +39,7 @@
#include <osmocore/talloc.h>
#include <openbsc/telnet_interface.h>
#include <openbsc/vty.h>
+#include <openbsc/gprs_ns.h>
static struct gsm_network *gsmnet;