summaryrefslogtreecommitdiffstats
path: root/stream/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/url.c')
-rw-r--r--stream/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/url.c b/stream/url.c
index 9114468388..7919a356f1 100644
--- a/stream/url.c
+++ b/stream/url.c
@@ -28,7 +28,7 @@
#include <inttypes.h>
#include "url.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#ifndef SIZE_MAX
#define SIZE_MAX ((size_t)-1)