diff options
Diffstat (limited to 'main/rtpproxy/musl-fix-headers.patch')
-rw-r--r-- | main/rtpproxy/musl-fix-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/rtpproxy/musl-fix-headers.patch b/main/rtpproxy/musl-fix-headers.patch new file mode 100644 index 0000000000..e2ed24c2e8 --- /dev/null +++ b/main/rtpproxy/musl-fix-headers.patch @@ -0,0 +1,10 @@ +--- ./src/rtpp_util.c.orig ++++ ./src/rtpp_util.c +@@ -28,7 +28,6 @@ + + #include <sys/time.h> + #include <sys/types.h> +-#include <sys/sysctl.h> + #include <sys/resource.h> + #include <errno.h> + #include <fcntl.h> |