diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-10 08:27:59 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-10 08:27:59 +0000 |
commit | afb1e2e3bb580077c6c917e6ea98baad8f3c39b3 (patch) | |
tree | d5dbef0ff8bc398665ba3c3faec70f585af7d7ac /apt-pkg/pkgcachegen.cc | |
parent | fd355b32a65efa2fa0f5390b448ba5627c743080 (diff) |
* ported/cleaned up the "Automatic dependency handling" patch from Michael Hofmann
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
-rw-r--r-- | apt-pkg/pkgcachegen.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc index 075af3eec..e90c1e50d 100644 --- a/apt-pkg/pkgcachegen.cc +++ b/apt-pkg/pkgcachegen.cc @@ -26,6 +26,8 @@ #include <apt-pkg/sptr.h> #include <apt-pkg/pkgsystem.h> +#include <apt-pkg/tagfile.h> + #include <apti18n.h> #include <vector> |