diff options
Diffstat (limited to 'src/combined/xine_theora_decoder.c')
-rw-r--r-- | src/combined/xine_theora_decoder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/combined/xine_theora_decoder.c b/src/combined/xine_theora_decoder.c index 25e46a52e..303c24ec9 100644 --- a/src/combined/xine_theora_decoder.c +++ b/src/combined/xine_theora_decoder.c @@ -45,6 +45,8 @@ #include <xine/metronom.h> #include <xine/xineutils.h> +#include "ogg_combined.h" + typedef struct theora_class_s { video_decoder_class_t decoder_class; } theora_class_t; |