aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/ftp.h')
-rw-r--r--plpftp/ftp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plpftp/ftp.h b/plpftp/ftp.h
index 86c3d42..e825752 100644
--- a/plpftp/ftp.h
+++ b/plpftp/ftp.h
@@ -25,7 +25,9 @@
#ifndef _ftp_h_
#define _ftp_h_
-#include "bool.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "rfsv.h"
#include "Enum.h"