aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-27 17:13:20 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:39:02 +0200
commit52476fc1d474007dc9bd1ca3d222e4d4cb9da9a7 (patch)
tree8495084cc4ec42f7640fbdcf15cdec551f4e1ee8
parente969f0889205dc43034964c06e032ff46638f4e7 (diff)
l1sap: fix missing include file and resulting compiler warning
-rw-r--r--src/common/l1sap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index c788a79f..a4db8fb1 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -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);