From b309515be2e2fc848e57862c3133584fcb86dd3b Mon Sep 17 00:00:00 2001 From: keramida Date: Sun, 9 Jun 2002 04:15:40 +0000 Subject: Replace with . No functions from the former are used in this file, and strlen() needs to be prototyped by the latter, for this to compile without warnings. Reviewed by: mike --- bin/dd/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dd') diff --git a/bin/dd/misc.c b/bin/dd/misc.c index d59d52e..dcd68d5 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -49,7 +49,7 @@ static const char rcsid[] = #include #include #include -#include +#include #include #include "dd.h" -- cgit v1.1