Fix uip/whom.c for C89 compatibility
[mmh] / uip / mhpath.c
index 0fe638c..31e0722 100644 (file)
@@ -20,6 +20,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 int
 main(int argc, char **argv)
 {