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/ --- demux/ebml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/ebml.c') diff --git a/demux/ebml.c b/demux/ebml.c index 06ef85b742..dabdebb9ea 100644 --- a/demux/ebml.c +++ b/demux/ebml.c @@ -35,7 +35,7 @@ #include "ebml.h" #include "stream/stream.h" #include "compat/mpbswap.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #ifndef SIZE_MAX #define SIZE_MAX ((size_t)-1) -- cgit v1.2.3