aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-11 14:15:34 +0100
committerMax Kellermann <max@duempel.org>2009-11-11 14:15:34 +0100
commit9d1a34e30b70e90a3b22cad136f1904a1d182021 (patch)
tree1bda100674191856411fc0a07ead60778e846455 /src/update.c
parent69d9716f8b7442c843c3f800d003d7311951b950 (diff)
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.
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index 2bab38d9..bbf80d4d 100644
--- a/src/update.c
+++ b/src/update.c
@@ -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"