FIXME: tftp uses legacy bcopy,bzero Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>
diff --git a/user/netflash/tftpmain.c b/user/netflash/tftpmain.c index 14e6a92..ee13029 100644 --- a/user/netflash/tftpmain.c +++ b/user/netflash/tftpmain.c @@ -41,6 +41,7 @@ static char sccsid[] = "@(#)main.c 5.8 (Berkeley) 10/11/88"; #include <stdio.h> #include <errno.h> #include <setjmp.h> +#include <string.h> #include <ctype.h> #include <netdb.h> -- 1.5.3.3 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
