From eb0bcb509312695f7a12700ae97cc99adac267e0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 24 Apr 2017 15:25:15 +0200 Subject: [PATCH] satip/rtp: include compat.h for IPTOS_* defines --- src/satip/rtp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/satip/rtp.c b/src/satip/rtp.c index 7d58d334c..fede572b8 100644 --- a/src/satip/rtp.c +++ b/src/satip/rtp.c @@ -28,6 +28,8 @@ #if ENABLE_ANDROID #include #endif +#define COMPAT_IPTOS +#include "compat.h" #define RTP_PACKETS 128 #define RTP_PAYLOAD (7*188+12) -- 2.47.2