From 12042c040fea34069ce25c5a81b06cee845f4298 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 12 Jun 2007 17:50:49 +0200 Subject: [PATCH] msdmo: dmoreg.h should include mediaobj.h. --- include/dmoreg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dmoreg.h b/include/dmoreg.h index 592cbd30fe2..085234624b4 100644 --- a/include/dmoreg.h +++ b/include/dmoreg.h @@ -19,6 +19,8 @@ #ifndef __DMOREG_H__ #define __DMOREG_H__ +#include "mediaobj.h" + typedef struct _DMO_PARTIAL_MEDIATYPE { GUID type;