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