mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-22 23:24:35 +04:00
14 lines
271 B
Diff
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
|
|
*/
|