# HG changeset patch # User henry # Date 1143484264 0 # Node ID d026c9bb2938957fed3e1e045b52e06e28b5b119 # Parent f70772d02eaa851ae4b0c3a33560f7107be8a8b7 include MSGL_* definitions diff -r f70772d02eaa -r d026c9bb2938 loader/dmo/DMO_AudioDecoder.c --- a/loader/dmo/DMO_AudioDecoder.c Mon Mar 27 17:25:41 2006 +0000 +++ b/loader/dmo/DMO_AudioDecoder.c Mon Mar 27 18:31:04 2006 +0000 @@ -33,6 +33,8 @@ #include #include +#include "../../mp_msg.h" + #define __MODULE__ "DirectShow audio decoder" typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);