summaryrefslogtreecommitdiff
path: root/devel/libosmo-netif/files/patch-osmocom_netif_rtp.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-24 07:37:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-24 07:37:50 +0000
commit9b82d28acc48fed4d61826040a957a282f4530b7 (patch)
treec498fd0a7ff0173e42b36bdc7adea7fe0e7d113a /devel/libosmo-netif/files/patch-osmocom_netif_rtp.h
parentstrip binary. (diff)
Add new port: devel/libosmo-netif
PR: 197707 Submitted by: Nikola Kolev <koue@chaosophia.net> Libosmo-netif is library containing common/shared code regarding network interfaces. It's part of Osmocom project regarding open source mobile communications. WWW: http://git.osmocom.org/libosmo-netif/
Diffstat (limited to 'devel/libosmo-netif/files/patch-osmocom_netif_rtp.h')
-rw-r--r--devel/libosmo-netif/files/patch-osmocom_netif_rtp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libosmo-netif/files/patch-osmocom_netif_rtp.h b/devel/libosmo-netif/files/patch-osmocom_netif_rtp.h
new file mode 100644
index 000000000000..33cddd5a79ae
--- /dev/null
+++ b/devel/libosmo-netif/files/patch-osmocom_netif_rtp.h
@@ -0,0 +1,11 @@
+--- include/osmocom/netif/rtp.h.orig 2015-02-23 11:51:17 UTC
++++ include/osmocom/netif/rtp.h
+@@ -1,6 +1,8 @@
+ #ifndef _OSMO_RTP_H_
+ #define _OSMO_RTP_H_
+
++#include <endian.h>
++
+ /* RTP header as defined by RFC 3550 */
+ struct rtp_hdr {
+ #if BYTE_ORDER == LITTLE_ENDIAN