diff --git a/net/net.c b/net/net.c index 7f36c0132..6b310f5a6 100644 --- a/net/net.c +++ b/net/net.c @@ -79,6 +79,7 @@ #include #include #include +#include #include "bootp.h" #include "tftp.h" #include "rarp.h" @@ -1373,7 +1374,6 @@ static int net_check_prereq (proto_t protocol) puts ("*** ERROR: `serverip' not set\n"); return (1); } - common: if (NetOurIP == 0) { puts ("*** ERROR: `ipaddr' not set\n");