summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-13 00:04:10 +0100
committerAnatol Belski <ab@php.net>2016-11-13 00:04:10 +0100
commit9593663d2245e50a4422d66f44c603276e89b9ac (patch)
tree85cea9072828f3ba062fe9cd6985376e1827228c
parent547ad56b3194d0f1fb266948ecc24730e16784e3 (diff)
downloadphp-git-9593663d2245e50a4422d66f44c603276e89b9ac.tar.gz
restore erroneously removed part
-rw-r--r--ext/ftp/ftp.c1
1 files changed, 1 insertions, 0 deletions
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 <time.h>
#ifdef PHP_WIN32
#include <winsock2.h>
+#else
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif