repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
helmfile: unpin buildGoModule
[NixPkgs.git]
/
pkgs
/
applications
/
networking
/
siproxd
/
cheaders.patch
blob
69a3e3287371a029ce6294ee81ad270ead818fc8
1
diff --git a/src/dejitter.c b/src/dejitter.c
2
index 1904ab3..cb3624d 100644
3
--- a/src/dejitter.c
4
+++ b/src/dejitter.c
5
@@ -22,6 +22,8 @@
6
7
#include <errno.h>
8
9
+#include <string.h>
10
+#include <sys/time.h>
11
#include <unistd.h>
12
#include <sys/types.h>
13
#include <sys/socket.h>
14
#include <netinet/in.h>