meson: modules/raop: Fix rtsp_client.h include path

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-09-20 17:10:16 +07:00 committed by Arun Raghavan
parent 4c9b6370d1
commit 4e6c3c0d79

View file

@ -54,13 +54,13 @@
#include <pulsecore/random.h> #include <pulsecore/random.h>
#include <pulsecore/poll.h> #include <pulsecore/poll.h>
#include <modules/rtp/rtsp_client.h>
#include "raop-client.h" #include "raop-client.h"
#include "raop-packet-buffer.h" #include "raop-packet-buffer.h"
#include "raop-crypto.h" #include "raop-crypto.h"
#include "raop-util.h" #include "raop-util.h"
#include "rtsp_client.h"
#define DEFAULT_RAOP_PORT 5000 #define DEFAULT_RAOP_PORT 5000
#define FRAMES_PER_TCP_PACKET 4096 #define FRAMES_PER_TCP_PACKET 4096