diff options
Diffstat (limited to 'methods/file.cc')
-rw-r--r-- | methods/file.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/methods/file.cc b/methods/file.cc index 3d0687c5b..12db62203 100644 --- a/methods/file.cc +++ b/methods/file.cc @@ -21,8 +21,9 @@ #include <apt-pkg/fileutl.h> #include <apt-pkg/strutl.h> +#include <string> #include <sys/stat.h> -#include <unistd.h> + #include <apti18n.h> /*}}}*/ |