From 076cc664137ec4b8983a1d9fe69eaaec6a9d4788 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:59 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-22 04:01:41 GMT G++3 fixes from Randolph --- methods/ftp.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'methods/ftp.cc') diff --git a/methods/ftp.cc b/methods/ftp.cc index 89f144fe5..bbc4a3f22 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: ftp.cc,v 1.27 2001/04/10 04:51:50 jgg Exp $ +// $Id: ftp.cc,v 1.28 2001/05/22 04:02:00 jgg Exp $ /* ###################################################################### FTP Aquire Method - This is the FTP aquire method for APT. @@ -28,6 +28,7 @@ #include #include #include +#include // Internet stuff #include @@ -40,6 +41,8 @@ #include "ftp.h" /*}}}*/ +using namespace std; + /* This table is for the EPRT and EPSV commands, it maps the OS address family to the IETF address families */ struct AFMap -- cgit v1.2.3