aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-15 15:40:26 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-15 15:40:26 +0000
commite458274063f2161af11bd1a9a8a18ab7aba2aae9 (patch)
tree5e047bc178d6e4580e63f9e91a23d989ecdf48ab /plpftp/ftp.cc
parente97998de3978aa9201d934755b6d3309e7bf61b6 (diff)
downloadplptools-e458274063f2161af11bd1a9a8a18ab7aba2aae9.tar.gz
plptools-e458274063f2161af11bd1a9a8a18ab7aba2aae9.tar.bz2
plptools-e458274063f2161af11bd1a9a8a18ab7aba2aae9.zip
Fixes to make "make distcheck" work, including some reordering of
#includes to make supplied gettext work.
Diffstat (limited to 'plpftp/ftp.cc')
-rw-r--r--plpftp/ftp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index c1bcb05..3a4b612 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -27,10 +27,10 @@
#include "config.h"
#endif
-#include <plpintl.h>
#include <rfsv.h>
#include <rpcs.h>
#include <rclip.h>
+#include <plpintl.h>
#include <ppsocket.h>
#include <bufferarray.h>
#include <bufferstore.h>