decoder/{flac,vorbis}: include config.h for LFS

Allow those plugins to open large files on 32 bit platforms.
This commit is contained in:
Max Kellermann 2009-11-11 16:37:42 +01:00
parent c1186693b5
commit f2f8290242
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h" /* must be first for large file support */
#include "_flac_common.h"
#include "flac_metadata.h"

View File

@ -21,6 +21,7 @@
* OggFLAC support (half-stolen from flac_plugin.c :))
*/
#include "config.h" /* must be first for large file support */
#include "_flac_common.h"
#include "_ogg_common.h"
#include "flac_metadata.h"

View File

@ -19,6 +19,7 @@
/* TODO 'ogg' should probably be replaced with 'oggvorbis' in all instances */
#include "config.h" /* must be first for large file support */
#include "_ogg_common.h"
#include "config.h"
#include "uri.h"