Fix uip/whom.c for C89 compatibility
[mmh] / uip / fmtdump.c
index d75849b..419d8ee 100644 (file)
@@ -23,6 +23,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 /* for assignlabel */
 static struct format *lvec[128];
 static int lused = 0;