aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-09 17:00:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:45 +0100
commit85334f1309c89cf99e6ea55ea119c5b0d143cb5f (patch)
tree8dedfbcda1f01ef7927a74d24c78f3cac24d4597 /openbsc/src/bsc_vty.c
parent8dfd241bc657789bb89fcf781f898a6080b34ddd (diff)
paging: Move the paging data into the paging.h
Diffstat (limited to 'openbsc/src/bsc_vty.c')
-rw-r--r--openbsc/src/bsc_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_vty.c b/openbsc/src/bsc_vty.c
index 541e3ccf2..aabb7827f 100644
--- a/openbsc/src/bsc_vty.c
+++ b/openbsc/src/bsc_vty.c
@@ -44,6 +44,7 @@
#include <openbsc/gprs_ns.h>
#include <openbsc/system_information.h>
#include <openbsc/debug.h>
+#include <openbsc/paging.h>
#include "../bscconfig.h"