From 2b2536603b726b820cfd5567d04a04336d3fa8b2 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 23 Jun 2015 19:42:46 +0200 Subject: [PATCH] asterisk-1.8.x: fix chan_lantiq with musl Signed-off-by: Daniel Golle --- net/asterisk-1.8.x/src-lantiq/channels/chan_lantiq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/asterisk-1.8.x/src-lantiq/channels/chan_lantiq.c b/net/asterisk-1.8.x/src-lantiq/channels/chan_lantiq.c index 6e2b502..1537309 100644 --- a/net/asterisk-1.8.x/src-lantiq/channels/chan_lantiq.c +++ b/net/asterisk-1.8.x/src-lantiq/channels/chan_lantiq.c @@ -49,6 +49,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: xxx $") #include #include #include +#include #include #ifdef HAVE_LINUX_COMPILER_H #include -- 2.30.2