summaryrefslogtreecommitdiffstats
path: root/sbin/dumpon
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 23:04:23 +0000
committerdd <dd@FreeBSD.org>2001-06-24 23:04:23 +0000
commitef9ae51ffe0b0740160f5ace4bac9572716a5ff3 (patch)
tree5ed494ef479747a729c33dd6fcfc26c15c6fe70a /sbin/dumpon
parent50bd3d18aa017e35e13921385b77f731e5d46e2e (diff)
downloadFreeBSD-src-ef9ae51ffe0b0740160f5ace4bac9572716a5ff3.zip
FreeBSD-src-ef9ae51ffe0b0740160f5ace4bac9572716a5ff3.tar.gz
Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).
Diffstat (limited to 'sbin/dumpon')
-rw-r--r--sbin/dumpon/dumpon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c
index 51d2e42..6d4c8248 100644
--- a/sbin/dumpon/dumpon.c
+++ b/sbin/dumpon/dumpon.c
@@ -47,6 +47,8 @@ static const char rcsid[] =
#include <err.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud