From 5b59254761be32f82aa404c3ff3d758243b3434e Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 13 Jan 2004 18:58:23 +0000 Subject: [PATCH] - 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 236c74ec69..e5d7ccffab 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.50.1