aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-21 19:38:52 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-23 19:58:47 +0000
commit9797a72cd7a259a642ce776519f0d34f3e7338e6 (patch)
treebd41aed19e0b8ae12f687e417398df82160cebea
parent99642656a067c2e16a1b2f1e5eb34529564c584d (diff)
fix compiler warnings: include bts_model.h in phy_link.c
The file calls bts_model_* API which was yet undeclared. Change-Id: Ib6b30d125906c3abae518fb76da3a158885e3354
-rw-r--r--src/common/phy_link.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/phy_link.c b/src/common/phy_link.c
index 43bb31cd..25b7e5d2 100644
--- a/src/common/phy_link.c
+++ b/src/common/phy_link.c
@@ -8,6 +8,7 @@
#include <osmo-bts/phy_link.h>
#include <osmo-bts/oml.h>
#include <osmo-bts/logging.h>
+#include <osmo-bts/bts_model.h>
static LLIST_HEAD(g_phy_links);