summaryrefslogtreecommitdiff
path: root/methods/ftp.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-10-16 16:04:41 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-10-16 16:04:41 +0200
commitf1c081b6ad0c5925e9668fd159f1ac6d8ab672bc (patch)
tree70f9ca512d85d779d32c01c38e65000f6e9eebdf /methods/ftp.cc
parent1de1f70383ea2d44147ccaceff280fd70faf4c81 (diff)
add ftp support, basic debugging
Diffstat (limited to 'methods/ftp.cc')
-rw-r--r--methods/ftp.cc1
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>