aboutsummaryrefslogtreecommitdiff
path: root/net/siproxd/files/patch-src__dejitter.c
blob: fac55474ee77c290ee77969ea9c6ae37161a6bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/dejitter.c.orig	2014-07-10 16:37:54.000000000 +0200
+++ src/dejitter.c	2014-07-10 16:38:40.000000000 +0200
@@ -24,6 +24,8 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/time.h>
+#include <string.h>
 #include <netinet/in.h>
 
 #include <osipparser2/osip_parser.h>