From 77e2ed48346e8ed424c38a49b7ab006e45ecffb2 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 5 Sep 2002 10:13:27 +0000 Subject: NetWare related additions/modifications into FTP files --- ext/ftp/php_ftp.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ext/ftp/php_ftp.c') diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 5aeaa9cca5..d1aa51b45f 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -25,6 +25,16 @@ #include "php.h" +#ifdef NETWARE +#ifdef USE_WINSOCK +#include +#else +#ifndef NEW_LIBC +#include +#endif +#endif +#endif + #if HAVE_FTP #include "ext/standard/info.h" -- cgit v1.2.1