From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- stream/cookies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/cookies.c') diff --git a/stream/cookies.c b/stream/cookies.c index f4d5b863f4..3fcf11b68f 100644 --- a/stream/cookies.c +++ b/stream/cookies.c @@ -35,7 +35,7 @@ #include "options/options.h" #include "cookies.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #define MAX_COOKIES 20 -- cgit v1.2.3