aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 16:43:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 16:43:24 +0800
commitc6bb3c4e3398d75716aee9f9c5ffe7f162a4a8b7 (patch)
treebfe94a967af519fd0183d79b8e0c5b864e549582
parent9764331062643d5b0771d2a93e6e503f0c029a9a (diff)
bsc_api: Fix compile warning in paging code..
-rw-r--r--openbsc/src/paging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/paging.c b/openbsc/src/paging.c
index eee2aaf98..9d4f1fa2b 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -46,6 +46,7 @@
#include <openbsc/abis_rsl.h>
#include <openbsc/gsm_data.h>
#include <openbsc/chan_alloc.h>
+#include <openbsc/bsc_api.h>
void *tall_paging_ctx;