]> granicus.if.org Git - php/commitdiff
Forgotten Include.
authorJason Greene <jason@php.net>
Tue, 17 Jul 2001 16:56:51 +0000 (16:56 +0000)
committerJason Greene <jason@php.net>
Tue, 17 Jul 2001 16:56:51 +0000 (16:56 +0000)
This should fix the windows build (though I currently don't have a way to test it)

ext/ftp/ftp.c

index f191378c524f7de2739695cb1d56581c4cba398b..d7146d60590e06ae06cb5a382e5bf2f43fc46e21 100644 (file)
@@ -45,6 +45,7 @@
 #endif
 
 #include "ftp.h"
+#include "ext/standard/fsock.h"
 
 /* define closesocket macro for portability */
 #ifndef PHP_WIN32