diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-05 12:22:55 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-05 12:22:55 +0200 |
commit | d428d131a29a08fa7c1d95b98b684fb2ebb554c0 (patch) | |
tree | 3b87f98fee2553dbe482c976d769653f3e32b0e9 /apt-private | |
parent | 82e369c4b93b5b81db7988ab377a3c5bd388268e (diff) |
Move ListUpdate/AquireUpdate into update.{cc,h}
This moves the ListUpdate/AquireUpdate out of the "catch-all"
algorithm.{cc,h} file into its own update.{cc,h}
Diffstat (limited to 'apt-private')
-rw-r--r-- | apt-private/private-update.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index 61259748d..f6c12c26a 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -23,6 +23,7 @@ #include <apt-pkg/pkgsystem.h> #include <apt-pkg/pkgrecords.h> #include <apt-pkg/indexfile.h> +#include <apt-pkg/update.h> #include <sys/types.h> #include <sys/stat.h> |