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