Files
telephony/net/rtpproxy/patches/101-include-endian-h.patch
Daniel Golle d1c2023088 rtpproxy: fix build on musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 13:48:30 +02:00

14 lines
271 B
Diff

Index: rtpproxy-2.0.0/src/rtp.h
===================================================================
--- rtpproxy-2.0.0.orig/src/rtp.h
+++ rtpproxy-2.0.0/src/rtp.h
@@ -29,6 +29,8 @@
#ifndef _RTP_H_
#define _RTP_H_
+#include <endian.h>
+
/*
* RTP payload types
*/