rtpproxy: fix build on musl
[feed/telephony.git] / net / rtpproxy / patches / 101-include-endian-h.patch
1 Index: rtpproxy-2.0.0/src/rtp.h
2 ===================================================================
3 --- rtpproxy-2.0.0.orig/src/rtp.h
4 +++ rtpproxy-2.0.0/src/rtp.h
5 @@ -29,6 +29,8 @@
6 #ifndef _RTP_H_
7 #define _RTP_H_
8
9 +#include <endian.h>
10 +
11 /*
12 * RTP payload types
13 */