Issue #17662: fix socketmodule compilation with Setup.dist.
Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 1121ae6..289d4b4 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -208,7 +208,7 @@
 #_csv _csv.c
 
 # Socket module helper for socket(2)
-#_socket socketmodule.c
+#_socket socketmodule.c timemodule.c
 
 # Socket module helper for SSL support; you must comment out the other
 # socket line above, and possibly edit the SSL variable: