summaryrefslogtreecommitdiffstats
path: root/sbin/dumpon
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-11 03:07:38 +0000
committeralfred <alfred@FreeBSD.org>2002-05-11 03:07:38 +0000
commit9605f078e01c95893d87e6b0aa4ed2038c869bc6 (patch)
tree9b0151761e1a9f126e26908882a29b62c43ee3a7 /sbin/dumpon
parent847fe64c070231c7e2e27442ecc6f39a8f2cc48e (diff)
downloadFreeBSD-src-9605f078e01c95893d87e6b0aa4ed2038c869bc6.zip
FreeBSD-src-9605f078e01c95893d87e6b0aa4ed2038c869bc6.tar.gz
unbreak build: include string.h for strcmp prototype.
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 97976ca..7525994 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>
OpenPOWER on IntegriCloud