From 30b43665e8d53f303fb8950d533b6c50920eaa95 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 23 May 2000 10:11:09 +0000 Subject: [PATCH] make ftp compile on unix again --- 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 7abf6c0aaca..0588cbc6172 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