patch 7.4.864
Problem:    Tiny build fails.
Solution:   Put qf_ items inside #ifdef.
diff --git a/src/version.c b/src/version.c
index 7aff3f2..d1ee1f2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    864,
+/**/
     863,
 /**/
     862,