summaryrefslogtreecommitdiff
path: root/devel/libosmo-netif/files/patch-osmocom_netif_rtp.h
blob: 33cddd5a79ae69ab9dcc4730d8b2861f9c752583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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