]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Enable compilation on Windows.
[wget] / src / host.c
index bf515f5f3d7f8d0e5b615553427bc1749fe74dfb..dbe11edb76885ff2ce180843d89172c8c492acb3 100644 (file)
@@ -18,7 +18,10 @@ along with Wget; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <config.h>
+
+#ifndef WINDOWS
 #include <netdb.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>