inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)

ogg_stream_type_detect may not be compiled correctly
when compiling FLAC (1.1.4+) without Vorbis

git-svn-id: https://svn.musicpd.org/mpd/trunk@6896 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong 2007-09-17 11:30:37 +00:00
parent 1337f33c62
commit 3a03b89b48

View File

@ -21,10 +21,12 @@
#include "../inputPlugin.h"
#include "_flac_common.h"
#include "_ogg_common.h"
#if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS)
#include "../utils.h"
#include "_ogg_common.h"
#include <string.h>