diff options
author | Julian Andres Klode <jak@debian.org> | 2020-02-18 12:38:14 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2020-02-18 12:38:14 +0000 |
commit | 9a0a2daa268bd718a4b7fd9617b46ed74c76e94a (patch) | |
tree | 2b56db6a3e0bcad1389f2ab8663a09d1dc2c0b94 /methods/aptmethod.h | |
parent | dea9a6e3634f674050e525650cf8e7803f62d1da (diff) | |
parent | e8016805b87bead8eb3dff0d0559c5d9590b721b (diff) |
Merge branch 'pu/bump-abi6' into 'master'
Bump ABI to 6.0
See merge request apt-team/apt!103
Diffstat (limited to 'methods/aptmethod.h')
-rw-r--r-- | methods/aptmethod.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/aptmethod.h b/methods/aptmethod.h index 1d2a84f37..67d5a3a0b 100644 --- a/methods/aptmethod.h +++ b/methods/aptmethod.h @@ -8,6 +8,7 @@ #include <apt-pkg/error.h> #include <apt-pkg/fileutl.h> #include <apt-pkg/netrc.h> +#include <apt-pkg/strutl.h> #include <algorithm> #include <locale> |