]> granicus.if.org Git - php/commitdiff
make ftp compile on unix again
authorThies C. Arntzen <thies@php.net>
Tue, 23 May 2000 10:11:09 +0000 (10:11 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 23 May 2000 10:11:09 +0000 (10:11 +0000)
ext/ftp/ftp.h

index 7abf6c0aaca95cba8978c0fcaff02e9369242867..0588cbc6172ccb18f5474415d8156f601c87391d 100644 (file)
@@ -34,7 +34,7 @@
 #define        _FTP_H
 
 #include <stdio.h>
-#if HAVE_UINSTD_H
+#if !PHP_WIN32
 #include <netinet/in.h>
 #endif