patch 7.4.2140
Problem:    Tiny build fails.
Solution:   Add dummy typedefs.
diff --git a/src/version.c b/src/version.c
index 6f505db..2778712 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2140,
+/**/
     2139,
 /**/
     2138,