diff options
Diffstat (limited to '')
-rw-r--r-- | src/update_walk.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/update_walk.c b/src/update_walk.c index 2c1049472..265c976b5 100644 --- a/src/update_walk.c +++ b/src/update_walk.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 "update_internal.h" #include "database.h" #include "exclude.h" @@ -29,6 +30,10 @@ #include "decoder_plugin.h" #include "conf.h" +#ifdef ENABLE_ARCHIVE +#include "archive_list.h" +#endif + #include <glib.h> #include <assert.h> |