Merge pull request #573 from micmac1/span3xml2-1907
[feed/telephony.git] / net / siproxd / patches / 100-musl-compat.patch
1 --- a/src/resolve.c
2 +++ b/src/resolve.c
3 @@ -28,8 +28,10 @@
4 #include <arpa/nameser_compat.h>
5 #endif
6
7 +#include <stdio.h>
8 #include <resolv.h>
9 #include <string.h>
10 +#include <sys/types.h>
11
12 #include "log.h"
13