From c47953172ec7d62c20f29239bd76cc4f52787fe9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 4 May 1996 23:21:42 +0000 Subject: [PATCH] Don't forget config.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@479 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_locl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index 7dd61d8bd..6d527b123 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -1,6 +1,10 @@ #ifndef __FTP_LOCL_H__ #define __FTP_LOCL_H__ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include