aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtp.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-22 09:37:17 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-22 09:38:36 +0100
commit86115434f1f60afe51a87d4c1674a3e2c0d18700 (patch)
tree42c3f4953443225a51421876077b84720825d42a /src/rtp.c
parentd69c1ca8fab461ca5cdf65215261df0b2582f7ad (diff)
endian: Use the new endian macros for portability
Use the new macros to deal with little/big endian. Im a bit worried to make this change due the little test coverage in this module but in case of a typo the elements would not be defined.
Diffstat (limited to 'src/rtp.c')
-rw-r--r--src/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtp.c b/src/rtp.c
index 2a6ba54..e965d85 100644
--- a/src/rtp.c
+++ b/src/rtp.c
@@ -1,6 +1,5 @@
#include <stdint.h>
#include <sys/time.h>
-#include <endian.h>
#include <errno.h>
#include <string.h> /* for memcpy. */
#include <arpa/inet.h> /* for ntohs. */