mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-24 01:58:46 +04:00
An upstream siproxd update was released after ~5 years, with bugfixes and new features. This package supports the new plugins and their config options, and updates required patches. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
14 lines
211 B
Diff
14 lines
211 B
Diff
--- a/src/resolve.c
|
|
+++ b/src/resolve.c
|
|
@@ -28,8 +28,10 @@
|
|
#include <arpa/nameser_compat.h>
|
|
#endif
|
|
|
|
+#include <stdio.h>
|
|
#include <resolv.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
|
|
#include "log.h"
|
|
|