diff options
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 094b950ba6..b5a5711da3 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -35,6 +35,10 @@ #endif #endif +#if HAVE_OPENSSL_EXT +#include <openssl/ssl.h> +#endif + #if HAVE_FTP #include "ext/standard/info.h" |