aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon/dumpon.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-24 23:04:23 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-24 23:04:23 +0000
commitcafefe8c1b76269ef8cc8d4e7d499ad906d663de (patch)
tree5ed494ef479747a729c33dd6fcfc26c15c6fe70a /sbin/dumpon/dumpon.c
parent6ce2587d28edd148b55cc1a8c9cf272930d7f6b8 (diff)
downloadsrc-cafefe8c1b76269ef8cc8d4e7d499ad906d663de.tar.gz
src-cafefe8c1b76269ef8cc8d4e7d499ad906d663de.zip
Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).
Notes
Notes: svn path=/head/; revision=78732
Diffstat (limited to 'sbin/dumpon/dumpon.c')
-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 51d2e42fac4a..6d4c8248d7f7 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>