From 3e8ae774bdbc8572613a22988476b6b4e7ef91fd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 22 Jan 2008 21:36:11 -0600 Subject: Move download code out of server.c This is the first in what will be a series of patches to clean up the current download code in libalpm. Start by moving download code out of server.c and into download.c. Signed-off-by: Dan McGee --- lib/libalpm/sync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 3a27f7cc..ebc13cd3 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -45,6 +45,7 @@ #include "handle.h" #include "alpm.h" #include "server.h" +#include "dload.h" #include "delta.h" pmsyncpkg_t *_alpm_sync_new(pmpkgreason_t newreason, pmpkg_t *spkg, alpm_list_t *removes) -- cgit v1.2.3-24-g4f1b