summaryrefslogtreecommitdiffstats
path: root/demux/ebml.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/ebml.c')
-rw-r--r--demux/ebml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demux/ebml.c b/demux/ebml.c
index fba8177805..3d1da44e58 100644
--- a/demux/ebml.c
+++ b/demux/ebml.c
@@ -34,8 +34,8 @@
#include "talloc.h"
#include "ebml.h"
#include "stream/stream.h"
-#include "mpbswap.h"
-#include "mp_msg.h"
+#include "compat/mpbswap.h"
+#include "core/mp_msg.h"
#ifndef SIZE_MAX
#define SIZE_MAX ((size_t)-1)