]> granicus.if.org Git - php/commitdiff
even better check for netinet/in.h
authorThies C. Arntzen <thies@php.net>
Tue, 23 May 2000 10:12:42 +0000 (10:12 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 23 May 2000 10:12:42 +0000 (10:12 +0000)
ext/ftp/ftp.h

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