2013-06-28 22:47:54 +01:00
|
|
|
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 @@
|
2016-11-04 14:23:38 +00:00
|
|
|
|
2013-06-28 22:47:54 +01:00
|
|
|
#include <errno.h>
|
2016-11-04 14:23:38 +00:00
|
|
|
|
2013-06-28 22:47:54 +01:00
|
|
|
+#include <string.h>
|
|
|
|
+#include <sys/time.h>
|
2016-11-04 14:23:38 +00:00
|
|
|
#include <unistd.h>
|
2013-06-28 22:47:54 +01:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <netinet/in.h>
|