From: foobar Date: Tue, 13 Jan 2004 18:59:08 +0000 (+0000) Subject: MFH: - Fixed bug #26896 (ext/ftp does not work as shared extension) X-Git-Tag: php-4.3.5RC2~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4da78a716c5841ca72ab4de2b929e63d10916e53;p=php MFH: - Fixed bug #26896 (ext/ftp does not work as shared extension) --- 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