diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/_ogg_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/_ogg_common.h b/src/inputPlugins/_ogg_common.h index 3e997e95b..3382e2860 100644 --- a/src/inputPlugins/_ogg_common.h +++ b/src/inputPlugins/_ogg_common.h @@ -22,7 +22,7 @@ #ifndef _OGG_COMMON_H #define _OGG_COMMON_H -#include "../inputPlugin.h" +#include "../decoder_api.h" #if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS) || \ (defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7) |