From f2f8290242019ec1d49cca0142af39e58878f3e8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2009 16:37:42 +0100 Subject: decoder/{flac,vorbis}: include config.h for LFS Allow those plugins to open large files on 32 bit platforms. --- src/decoder/vorbis_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder/vorbis_plugin.c') diff --git a/src/decoder/vorbis_plugin.c b/src/decoder/vorbis_plugin.c index 2ac9c3bcb..3b363f992 100755 --- a/src/decoder/vorbis_plugin.c +++ b/src/decoder/vorbis_plugin.c @@ -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" -- cgit v1.2.3