aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-11 03:07:38 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-11 03:07:38 +0000
commit4a21733e2d77033da56c9d2594a07b2082900e40 (patch)
tree9b0151761e1a9f126e26908882a29b62c43ee3a7 /sbin/dumpon
parent2065f9d26e51f834cd3acbe25bfadf81f796215a (diff)
downloadsrc-4a21733e2d77033da56c9d2594a07b2082900e40.tar.gz
src-4a21733e2d77033da56c9d2594a07b2082900e40.zip
unbreak build: include string.h for strcmp prototype.
Notes
Notes: svn path=/head/; revision=96381
Diffstat (limited to 'sbin/dumpon')
-rw-r--r--sbin/dumpon/dumpon.c1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
#include <fcntl.h>
#include <paths.h>
+#include <string.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/disk.h>