From: Daniel Golle Date: Wed, 24 Jun 2015 12:38:52 +0000 (+0200) Subject: kamailio-3.x: fix build with musl X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b8b82d8f931b8d2cdff3204f785116ca05e86474;p=feed%2Ftelephony.git kamailio-3.x: fix build with musl Signed-off-by: Daniel Golle --- diff --git a/net/kamailio-3.x/patches/110-include-sys-time-h-in-ld_session-h.patch b/net/kamailio-3.x/patches/110-include-sys-time-h-in-ld_session-h.patch new file mode 100644 index 0000000..a4857cf --- /dev/null +++ b/net/kamailio-3.x/patches/110-include-sys-time-h-in-ld_session-h.patch @@ -0,0 +1,12 @@ +Index: kamailio3-3.3.7/modules_k/ldap/ld_session.h +=================================================================== +--- kamailio3-3.3.7.orig/modules_k/ldap/ld_session.h ++++ kamailio3-3.3.7/modules_k/ldap/ld_session.h +@@ -33,6 +33,7 @@ + #ifndef LD_SESSION_H + #define LD_SESSION_H + ++#include + #include + + #include "iniparser.h"