meson: modules/raop: Fix rtsp_client.h include path
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Thu, 20 Sep 2018 10:10:16 +0000 (17:10 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 4 Oct 2018 03:14:18 +0000 (08:44 +0530)
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
src/modules/raop/raop-client.c

index 4972701..904debd 100644 (file)
 #include <pulsecore/random.h>
 #include <pulsecore/poll.h>
 
+#include <modules/rtp/rtsp_client.h>
+
 #include "raop-client.h"
 #include "raop-packet-buffer.h"
 #include "raop-crypto.h"
 #include "raop-util.h"
 
-#include "rtsp_client.h"
-
 #define DEFAULT_RAOP_PORT 5000
 
 #define FRAMES_PER_TCP_PACKET 4096