From 52476fc1d474007dc9bd1ca3d222e4d4cb9da9a7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 27 Aug 2014 17:13:20 +0200 Subject: [PATCH] l1sap: fix missing include file and resulting compiler warning --- src/common/l1sap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/l1sap.c b/src/common/l1sap.c index c788a79f1..a4db8fb15 100644 --- a/src/common/l1sap.c +++ b/src/common/l1sap.c @@ -44,6 +44,7 @@ #include #include #include +#include static int l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap);