[paging] Include chan_alloc.h to silence a compiler warning

paging.c:259: warning: implicit declaration of function ‘trx_is_usable’
This commit is contained in:
Holger Hans Peter Freyther 2010-04-10 00:06:17 +02:00
parent ae80f9291a
commit ef8117883b
1 changed files with 1 additions and 0 deletions

View File

@ -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;