mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-23 16:44:35 +04:00
15 lines
366 B
Diff
15 lines
366 B
Diff
Index: rtpproxy-2.0.0/src/rtpp_util.c
|
|
===================================================================
|
|
--- rtpproxy-2.0.0.orig/src/rtpp_util.c
|
|
+++ rtpproxy-2.0.0/src/rtpp_util.c
|
|
@@ -28,7 +28,9 @@
|
|
|
|
#include <sys/time.h>
|
|
#include <sys/types.h>
|
|
+#ifdef __GLIBC__
|
|
#include <sys/sysctl.h>
|
|
+#endif
|
|
#include <sys/resource.h>
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|