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

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Wed Aug 27 21:54:27 UTC 2014


---
 src/common/l1sap.c | 1 +
 1 file changed, 1 insertion(+)

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);
 
-- 
2.1.0





More information about the OpenBSC mailing list