diff options
author | Julian Andres Klode <jak@debian.org> | 2017-07-12 13:50:31 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-07-12 13:56:05 +0200 |
commit | 78fcdd9629022c0c37742614351f5b02fed97607 (patch) | |
tree | 4901f93c2eeaa21670905bf1bdd02b7f9e5ac313 /methods | |
parent | c46f94aa48a9707668c46118b3eec77ff318b78c (diff) |
methods/aptmethod.h: Add missing fileutl.h include
Diffstat (limited to 'methods')
-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 04c4fa99b..30ef134c8 100644 --- a/methods/aptmethod.h +++ b/methods/aptmethod.h @@ -4,6 +4,7 @@ #include <apt-pkg/acquire-method.h> #include <apt-pkg/configuration.h> #include <apt-pkg/error.h> +#include <apt-pkg/fileutl.h> #include <algorithm> #include <locale> |