From 7d9d6e9faf2f338817e3d197c72a65bbb8dd5b58 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 29 Apr 1995 05:55:25 +0000 Subject: [PATCH] needs string.h --- usr.bin/tftp/tftp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 2b41c6a2c78b..d70979697176 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -1,4 +1,4 @@ -/* $NetBSD: tftp.c,v 1.4 1994/12/08 09:51:29 jtc Exp $ */ +/* $NetBSD: tftp.c,v 1.5 1995/04/29 05:55:25 cgd Exp $ */ /* * Copyright (c) 1983, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: tftp.c,v 1.4 1994/12/08 09:51:29 jtc Exp $"; +static char rcsid[] = "$NetBSD: tftp.c,v 1.5 1995/04/29 05:55:25 cgd Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton */ @@ -57,6 +57,7 @@ static char rcsid[] = "$NetBSD: tftp.c,v 1.4 1994/12/08 09:51:29 jtc Exp $"; #include #include #include +#include #include #include "extern.h"