patch 7.4.1155
Problem:    Build with normal features fails.
Solution:   Always deinfe dict_lookup().
diff --git a/src/version.c b/src/version.c
index 85410e3..b909693 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1155,
+/**/
     1154,
 /**/
     1153,