summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/net_db.c6
1 files changed, 1 insertions, 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 <sys/types.h>
-#ifdef HAVE_WINSOCK2_H
-#include <winsock2.h>
-#else
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#endif
#ifdef __MINGW32__
#include "win32-socket.h"