(EXTRA_DIST): Added "scmconfig.h.top".
[bpt/guile.git] / libguile / inet_aton.c
index 54c7650..fe43d6e 100644 (file)
@@ -31,8 +31,6 @@
  * SUCH DAMAGE.
  */
 
-/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999,
-   gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_addr.c        8.1 (Berkeley) 6/17/93";
@@ -40,9 +38,14 @@ static char sccsid[] = "@(#)inet_addr.c      8.1 (Berkeley) 6/17/93";
 
 #include <ctype.h>
 
+#ifdef __MINGW32__
+/* Include for MinGW only.  Cygwin will have the latter. */
+#include <winsock2.h>
+#else
 #include <sys/param.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#endif
 
 #if 0