From b8b82d8f931b8d2cdff3204f785116ca05e86474 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 24 Jun 2015 14:38:52 +0200 Subject: [PATCH] kamailio-3.x: fix build with musl Signed-off-by: Daniel Golle --- .../110-include-sys-time-h-in-ld_session-h.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/kamailio-3.x/patches/110-include-sys-time-h-in-ld_session-h.patch 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" -- 2.30.2