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