https://git.reactos.org/?p=reactos.git;a=commitdiff;h=37e0012be1182188858462ab2ed41cb29b12fde5
commit 37e0012be1182188858462ab2ed41cb29b12fde5 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 1 11:04:26 2018 +0200 Commit: Pierre Schweitzer <pie...@reactos.org> CommitDate: Mon Oct 1 11:04:26 2018 +0200 [DMUSIC] Fix build? --- dll/directx/wine/dmusic/dmobject.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dll/directx/wine/dmusic/dmobject.c b/dll/directx/wine/dmusic/dmobject.c index 0a00fbc7e3..d421c3fbef 100644 --- a/dll/directx/wine/dmusic/dmobject.c +++ b/dll/directx/wine/dmusic/dmobject.c @@ -28,6 +28,8 @@ #include "dmobject.h" #include "wine/debug.h" +#include "dmusic_private.h" + WINE_DEFAULT_DEBUG_CHANNEL(dmobj); WINE_DECLARE_DEBUG_CHANNEL(dmfile);