aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-06-22 13:07:33 +0200
committerMax <msuraev@sysmocom.de>2017-06-26 10:54:28 +0000
commit620bd83b129f8a216c68b2d57c509122e1538479 (patch)
treeeedfe42d3c8727cbbc37afc42e55565dcc057a8e
parent2a4c5fa2b388e6395b0e5d44bbf7ee60c7a82bcb (diff)
Add missing include for abis.h header file
This fixes compilation warning: implicit declaration of function ‘abis_bts_rsl_sendmsg’ Change-Id: I956561b2f953c7d380a26442fad84bc8262ea129
-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 0ab84e54..1fb61347 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -45,6 +45,7 @@
#include <osmo-bts/bts.h>
#include <osmo-bts/rsl.h>
#include <osmo-bts/oml.h>
+#include <osmo-bts/abis.h>
#include <osmo-bts/bts_model.h>
#include <osmo-bts/handover.h>
#include <osmo-bts/power_control.h>