From f5ea559aa04186534ea6771e3c15d5201fe85c67 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 20 Feb 2013 22:57:02 +0100 Subject: [PATCH] net_db.c doesn't import winsock2.h * libguile/net_db.c: Don't include winsock2.h; gnulib handles this for us as necessary. --- libguile/net_db.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libguile/net_db.c b/libguile/net_db.c index 4d63aabcc..8dccb723a 100644 --- a/libguile/net_db.c +++ b/libguile/net_db.c @@ -1,6 +1,6 @@ /* "net_db.c" network database support * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2006, 2009, - * 2010, 2011, 2012 Free Software Foundation, Inc. + * 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -50,14 +50,10 @@ #include -#ifdef HAVE_WINSOCK2_H -#include -#else #include #include #include #include -#endif #ifdef __MINGW32__ #include "win32-socket.h"