From f51150584c8953cab231e38fed9c1d3b0f713022 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 23 May 2000 10:12:42 +0000 Subject: [PATCH] even better check for netinet/in.h --- ext/ftp/ftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index 0588cbc6172..84298d4ded6 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