diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-31 18:56:26 -0800 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-31 18:56:26 -0800 |
commit | aea7f4c877f3091180ad5f418793f796bb82f255 (patch) | |
tree | 3913ac47c75f51533d9e74f093335f7f9cfc04ac /apt-pkg/pkgcachegen.cc | |
parent | 2893f7b5ec6b2220ccfca6b9648482a6df926eca (diff) |
merge r1966..1967 from lp:~donkult/apt/sid
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
-rw-r--r-- | apt-pkg/pkgcachegen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc index f988c1018..3eeb18cae 100644 --- a/apt-pkg/pkgcachegen.cc +++ b/apt-pkg/pkgcachegen.cc @@ -21,6 +21,7 @@ #include <apt-pkg/strutl.h> #include <apt-pkg/sptr.h> #include <apt-pkg/pkgsystem.h> +#include <apt-pkg/macros.h> #include <apt-pkg/tagfile.h> @@ -32,7 +33,6 @@ #include <unistd.h> #include <errno.h> #include <stdio.h> -#include <system.h> /*}}}*/ typedef vector<pkgIndexFile *>::iterator FileIterator; |