diff mbox

[08/33] l1sap: fix missing include file and resulting compiler warning

Message ID 1409176492-13269-9-git-send-email-laforge@gnumonks.org
State Superseded
Headers show

Commit Message

Harald Welte Aug. 27, 2014, 9:54 p.m. UTC
---
 src/common/l1sap.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index c788a79..a4db8fb 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);