diff options
| -rw-r--r-- | ext/ftp/ftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> -#if !PHP_WIN32 +#ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif |
