Updating xtarget to match new signature

Change-Id: If138ef10dfdf9d597e15e4bcf68c2ab6d8147c71
diff --git a/src/tosca/xtarget/tosca_keys.xtarget b/src/tosca/xtarget/tosca_keys.xtarget
index ad235e5..9569061 100644
--- a/src/tosca/xtarget/tosca_keys.xtarget
+++ b/src/tosca/xtarget/tosca_keys.xtarget
@@ -1,5 +1,5 @@
 TOSCA_KEYS = {
 {%- for m in proto.messages %}
-    '{{ m.name }}': {{ xproto_fields_to_tosca_keys(m.fields + xproto_base_fields(m, proto.message_table)) }},
+    '{{ m.name }}': {{ xproto_fields_to_tosca_keys(m.fields + xproto_base_fields(m, proto.message_table), m) }},
 {%- endfor %}
 }
\ No newline at end of file