From: Thies C. Arntzen Date: Tue, 23 May 2000 10:11:09 +0000 (+0000) Subject: make ftp compile on unix again X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b43665e8d53f303fb8950d533b6c50920eaa95;p=php make ftp compile on unix again --- diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index 7abf6c0aac..0588cbc617 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -34,7 +34,7 @@ #define _FTP_H #include -#if HAVE_UINSTD_H +#if !PHP_WIN32 #include #endif