From 2ca269ac6b72a017db8ba0815163593b894b7ed3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 31 Jul 2014 16:09:41 +0200 Subject: [PATCH] check: Fix include path of rtp checks Fixes make distcheck --- tests/check/libs/rtpbasedepayload.c | 4 ++-- tests/check/libs/rtpbasepayload.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/check/libs/rtpbasedepayload.c b/tests/check/libs/rtpbasedepayload.c index e52435b..2794487 100644 --- a/tests/check/libs/rtpbasedepayload.c +++ b/tests/check/libs/rtpbasedepayload.c @@ -20,8 +20,8 @@ #include #include -#include -#include +#include +#include #define DEFAULT_CLOCK_RATE (42) diff --git a/tests/check/libs/rtpbasepayload.c b/tests/check/libs/rtpbasepayload.c index f4b9c33..900b0b9 100644 --- a/tests/check/libs/rtpbasepayload.c +++ b/tests/check/libs/rtpbasepayload.c @@ -20,8 +20,8 @@ #include #include -#include -#include +#include +#include #define DEFAULT_CLOCK_RATE (42) #define BUFFER_BEFORE_LIST (10) -- 2.7.4