]> sjero.net Git - wget/blobdiff - src/host.h
[svn] Don't include netdb.h on windows.
[wget] / src / host.h
index 3ca6af48bcfab409c56252b5d288984bc0447bd0..058b19989635ede835e76ce689178efb572f834c 100644 (file)
@@ -20,11 +20,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef HOST_H
 #define HOST_H
 
-#include <netdb.h>
-
 #ifdef WINDOWS
 # include <winsock.h>
 #else
+# include <netdb.h>
 # include <sys/socket.h>
 # include <netinet/in.h>
 #ifndef __BEOS__