From f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 5 Feb 2003 07:59:09 +0000 Subject: - Changes for compiling with gcc 3.2 --- plpftp/main.cc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'plpftp/main.cc') diff --git a/plpftp/main.cc b/plpftp/main.cc index ad7fe01..24fcead 100644 --- a/plpftp/main.cc +++ b/plpftp/main.cc @@ -25,11 +25,6 @@ #include #endif -#include -#include -#include -#include - #include #include #include @@ -38,6 +33,12 @@ #include #include +#include +#include + +#include +#include + #include "ftp.h" #ifndef _GNU_SOURCE @@ -45,6 +46,8 @@ #endif #include +using namespace std; + static void help() { -- cgit v1.2.3