diff options
| author | Thies C. Arntzen <thies@php.net> | 2000-05-23 10:11:09 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2000-05-23 10:11:09 +0000 |
| commit | 30b43665e8d53f303fb8950d533b6c50920eaa95 (patch) | |
| tree | 3bce4d046c5c785223b76a2c85846505bc4ce7c4 | |
| parent | 3fdc316fafe4a539f33924e88e92e51d7a005f74 (diff) | |
| download | php-git-30b43665e8d53f303fb8950d533b6c50920eaa95.tar.gz | |
make ftp compile on unix again
| -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 7abf6c0aac..0588cbc617 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -34,7 +34,7 @@ #define _FTP_H #include <stdio.h> -#if HAVE_UINSTD_H +#if !PHP_WIN32 #include <netinet/in.h> #endif |
