From 4a21733e2d77033da56c9d2594a07b2082900e40 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Sat, 11 May 2002 03:07:38 +0000 Subject: [PATCH] unbreak build: include string.h for strcmp prototype. --- sbin/dumpon/dumpon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 97976ca22926..752599401f2f 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -50,6 +50,7 @@ static const char rcsid[] = #include #include #include +#include #include #include #include