From 9797a72cd7a259a642ce776519f0d34f3e7338e6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 21 Jun 2016 19:38:52 +0200 Subject: fix compiler warnings: include bts_model.h in phy_link.c The file calls bts_model_* API which was yet undeclared. Change-Id: Ib6b30d125906c3abae518fb76da3a158885e3354 --- src/common/phy_link.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include static LLIST_HEAD(g_phy_links); -- cgit v1.2.3