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/stream_dvd_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_dvd_common.c') diff --git a/stream/stream_dvd_common.c b/stream/stream_dvd_common.c index 8cf3f5e4b1..31d045ae5b 100644 --- a/stream/stream_dvd_common.c +++ b/stream/stream_dvd_common.c @@ -41,7 +41,7 @@ #include "osdep/io.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "stream_dvd_common.h" const char * const dvd_audio_stream_types[8] = { "ac3","unknown","mpeg1","mpeg2ext","lpcm","unknown","dts" }; -- cgit v1.2.3