From 9d1a34e30b70e90a3b22cad136f1904a1d182021 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2009 14:15:34 +0100 Subject: added missing config.h includes for extended LFS support All sources which might work with large files must include config.h, to get Large File Support on 32 bit platforms. --- src/song_update.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/song_update.c') diff --git a/src/song_update.c b/src/song_update.c index 2239f9aa6..ab366b0c7 100644 --- a/src/song_update.c +++ b/src/song_update.c @@ -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 "song.h" #include "uri.h" #include "directory.h" -- cgit v1.2.3