]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip/rtp: include compat.h for IPTOS_* defines
authorJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 13:25:15 +0000 (15:25 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 14:55:48 +0000 (16:55 +0200)
src/satip/rtp.c

index 7d58d334c78be87a1aa11be21111879ef7ce1e5a..fede572b8b7d764e9e65b1c158cc09174d92083d 100644 (file)
@@ -28,6 +28,8 @@
 #if ENABLE_ANDROID
 #include <sys/socket.h>
 #endif
+#define COMPAT_IPTOS
+#include "compat.h"
 
 #define RTP_PACKETS 128
 #define RTP_PAYLOAD (7*188+12)