From 4da78a716c5841ca72ab4de2b929e63d10916e53 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 13 Jan 2004 18:59:08 +0000 Subject: [PATCH] MFH: - Fixed bug #26896 (ext/ftp does not work as shared extension) --- ext/ftp/ftp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index 7e9f314cbb..2bb92ad5ce 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -19,6 +19,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_FTP -- 2.40.0