l1sap: fix missing include file and resulting compiler warning

This commit is contained in:
Harald Welte 2014-08-27 17:13:20 +02:00
parent e969f08892
commit 52476fc1d4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#include <osmo-bts/bts.h>
#include <osmo-bts/rsl.h>
#include <osmo-bts/bts_model.h>
#include <osmo-bts/handover.h>
static int l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap);