diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-10-16 16:04:41 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-10-16 16:04:41 +0200 |
commit | f1c081b6ad0c5925e9668fd159f1ac6d8ab672bc (patch) | |
tree | 70f9ca512d85d779d32c01c38e65000f6e9eebdf /methods/ftp.cc | |
parent | 1de1f70383ea2d44147ccaceff280fd70faf4c81 (diff) |
add ftp support, basic debugging
Diffstat (limited to 'methods/ftp.cc')
-rw-r--r-- | methods/ftp.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/ftp.cc b/methods/ftp.cc index eb398666f..3e1725823 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -19,6 +19,7 @@ #include <apt-pkg/acquire-method.h> #include <apt-pkg/error.h> #include <apt-pkg/hashes.h> +#include <apt-pkg/netrc.h> #include <sys/stat.h> #include <sys/time.h> |