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.
This commit is contained in:
Max Kellermann
2009-11-11 14:15:34 +01:00
parent 69d9716f8b
commit 9d1a34e30b
7 changed files with 8 additions and 4 deletions

View File

@@ -21,7 +21,6 @@
#include "update.h"
#include "database.h"
#include "mapper.h"
#include "archive_list.h"
#include "playlist.h"
#include "event_pipe.h"
#include "update.h"