From: Thies C. Arntzen Date: Tue, 23 May 2000 10:12:42 +0000 (+0000) Subject: even better check for netinet/in.h X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f51150584c8953cab231e38fed9c1d3b0f713022;p=php even better check for netinet/in.h --- diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index 0588cbc617..84298d4ded 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -34,7 +34,7 @@ #define _FTP_H #include -#if !PHP_WIN32 +#ifdef HAVE_NETINET_IN_H #include #endif