patch 9.0.0699: tiny build fails

Problem:    Tiny build fails.
Solution:   Add #ifdef.
diff --git a/src/version.c b/src/version.c
index 6ef1b0d..c162a20 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    699,
+/**/
     698,
 /**/
     697,