summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-13 18:58:23 +0000
committerfoobar <sniper@php.net>2004-01-13 18:58:23 +0000
commit5b59254761be32f82aa404c3ff3d758243b3434e (patch)
tree8d8d79c7f79b6e937fb81c65b94ffee3480f99fe /ext/ftp
parentc2785ecbf93a4b7a662acd7b57fb61fe1fdf8774 (diff)
downloadphp-git-5b59254761be32f82aa404c3ff3d758243b3434e.tar.gz
- Fixed bug #26896 (ext/ftp does not work as shared extension)
Diffstat (limited to 'ext/ftp')
-rw-r--r--ext/ftp/ftp.c4
1 files changed, 4 insertions, 0 deletions
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