diff options
| author | Thies C. Arntzen <thies@php.net> | 2000-05-23 10:12:42 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2000-05-23 10:12:42 +0000 |
| commit | f51150584c8953cab231e38fed9c1d3b0f713022 (patch) | |
| tree | f65916c76f27a904c7b9cdc9441b7aa930f500e4 /ext/ftp/ftp.h | |
| parent | 30b43665e8d53f303fb8950d533b6c50920eaa95 (diff) | |
| download | php-git-f51150584c8953cab231e38fed9c1d3b0f713022.tar.gz | |
even better check for netinet/in.h
Diffstat (limited to 'ext/ftp/ftp.h')
| -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 |
