misc: Include abis_rsl.h to remove some compiler warnings

This was introduced by a recent change to gsm_data.h to include
less header files. We really need to access the RSL information
here so it is fine to include the file.
This commit is contained in:
Holger Hans Peter Freyther 2010-12-22 12:32:56 +01:00
parent c7782dec4a
commit e2fee354cf
3 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <openbsc/osmo_msc_data.h>
#include <openbsc/osmo_bsc.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/gsm_data.h>
#include <openbsc/debug.h>
#include <openbsc/signal.h>

View File

@ -25,6 +25,7 @@
#include <openbsc/bsc_api.h>
#include <openbsc/bsc_rll.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/signal.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>

View File

@ -30,6 +30,8 @@
#include <osmocore/msgb.h>
#include <osmocore/gsm48.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/transaction.h>