aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/ftp.cc')
-rw-r--r--plpftp/ftp.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index 38456a1..d4e153d 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#define EXPERIMENTAL
+#undef EXPERIMENTAL
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -59,6 +59,8 @@ extern "C" {
}
#endif
+using namespace std;
+
static char psionDir[1024];
static rfsv *comp_a;
static int continueRunning;