Updating siproxd to 0.8.1, and libosip.

This commit is contained in:
Lluís Batlle i Rossell
2013-06-29 15:14:02 +02:00
parent 8b1d65f894
commit 748a0f607b
3 changed files with 21 additions and 6 deletions
@@ -0,0 +1,13 @@
diff --git a/src/dejitter.c b/src/dejitter.c
index 1904ab3..cb3624d 100644
--- a/src/dejitter.c
+++ b/src/dejitter.c
@@ -22,6 +22,8 @@
#include <errno.h>
+#include <string.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>