diff options
| author | Stig Bakken <ssb@php.net> | 2001-05-24 12:43:43 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2001-05-24 12:43:43 +0000 |
| commit | 242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9 (patch) | |
| tree | a0e6e00e59e809e121e28ba5713b7951d6cab97d /ext/ftp/php_ftp.c | |
| parent | c9072180bc0a09a55283b246a9cb89a6bd563466 (diff) | |
| download | php-git-242fae44ff9a82a7eca0b4a8cbfc4c974e7294c9.tar.gz | |
MFH
Diffstat (limited to 'ext/ftp/php_ftp.c')
| -rw-r--r-- | ext/ftp/php_ftp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 2dcbdbda3e..acd73b77be 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -30,6 +30,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_FTP |
