From 9593663d2245e50a4422d66f44c603276e89b9ac Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 13 Nov 2016 00:04:10 +0100 Subject: [PATCH] restore erroneously removed part --- ext/ftp/ftp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index 456820f48e..dfefdd462d 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -38,6 +38,7 @@ #include #ifdef PHP_WIN32 #include +#else #ifdef HAVE_SYS_TYPES_H #include #endif -- 2.50.1