summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-05-23 10:12:42 +0000
committerThies C. Arntzen <thies@php.net>2000-05-23 10:12:42 +0000
commitf51150584c8953cab231e38fed9c1d3b0f713022 (patch)
treef65916c76f27a904c7b9cdc9441b7aa930f500e4 /ext/ftp/ftp.h
parent30b43665e8d53f303fb8950d533b6c50920eaa95 (diff)
downloadphp-git-f51150584c8953cab231e38fed9c1d3b0f713022.tar.gz
even better check for netinet/in.h
Diffstat (limited to 'ext/ftp/ftp.h')
-rw-r--r--ext/ftp/ftp.h2
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