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 /test/versiontest.cc | |
parent | 2893f7b5ec6b2220ccfca6b9648482a6df926eca (diff) |
merge r1966..1967 from lp:~donkult/apt/sid
Diffstat (limited to 'test/versiontest.cc')
-rw-r--r-- | test/versiontest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/versiontest.cc b/test/versiontest.cc index 5438eb4de..4ede4b280 100644 --- a/test/versiontest.cc +++ b/test/versiontest.cc @@ -14,7 +14,7 @@ ##################################################################### */ /*}}}*/ -#include <system.h> +#include <apt-pkg/macros.h> #include <apt-pkg/error.h> #include <apt-pkg/version.h> #include <apt-pkg/debversion.h> |