Add definition of socklen_t so that socketmodule.c will compile on Windows.
diff --git a/PC/config.h b/PC/config.h
index 915b1c2..7299819 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -308,6 +308,9 @@
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 /* #undef size_t */
 
+/* Define to `int' if <sys/types.h> doesn't define.  */
+#define socklen_t int
+
 /* Define if you have the ANSI C header files.  */
 #define STDC_HEADERS 1