diff options
Diffstat (limited to 'stream/stream_vcd.c')
-rw-r--r-- | stream/stream_vcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_vcd.c b/stream/stream_vcd.c index 453e69585e..f1c36545bf 100644 --- a/stream/stream_vcd.c +++ b/stream/stream_vcd.c @@ -24,9 +24,9 @@ #include <windows.h> #endif -#include "core/mp_msg.h" +#include "mpvcore/mp_msg.h" #include "stream.h" -#include "core/m_option.h" +#include "mpvcore/m_option.h" #include <fcntl.h> #include <stdlib.h> |