patch 7.4.1312
Problem:    sock_T is not defined without the +channel feature.
Solution:   Always define it.
diff --git a/src/version.c b/src/version.c
index 130bbde..b934ea2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1312,
+/**/
     1311,
 /**/
     1310,