kamailio-3.x: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
d1c2023088
commit
b8b82d8f93
|
@ -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 <sys/time.h>
|
||||||
|
#include <ldap.h>
|
||||||
|
|
||||||
|
#include "iniparser.h"
|
Loading…
Reference in New Issue