aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/paging.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:06:17 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-10 00:06:17 +0200
commitef8117883b425995d5c05cecd47de4b454641e5b (patch)
tree873145f9e9f9442b1f034c5a607ef1d49d319e48 /openbsc/src/paging.c
parentae80f9291a8d6d4824ece720b9fecf9d669b116d (diff)
[paging] Include chan_alloc.h to silence a compiler warning
paging.c:259: warning: implicit declaration of function ‘trx_is_usable’
Diffstat (limited to 'openbsc/src/paging.c')
-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 9a4f3657b..314d3d135 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -45,6 +45,7 @@
#include <openbsc/signal.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/gsm_data.h>
+#include <openbsc/chan_alloc.h>
void *tall_paging_ctx;