patch 7.4.2166
Problem:    Small build can't run startup test.
Solution:   Skip the test.
diff --git a/src/version.c b/src/version.c
index e3ecd93..2add596 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2166,
+/**/
     2165,
 /**/
     2164,