aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/ftp.cc')
-rw-r--r--plpftp/ftp.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index b46e24a..2022eb5 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -22,6 +22,10 @@
//
// e-mail philip.proudman@btinternet.com
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include <dirent.h>
#include <stream.h>
@@ -36,7 +40,6 @@
#include <sys/stat.h>
#include <signal.h>
-#include "defs.h"
#include "ftp.h"
#include "rfsv.h"
#include "rpcs.h"