aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std
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/mount_std
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/mount_std')
-rw-r--r--sbin/mount_std/mount_std.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c
index 2a95764d8542..587698912ad2 100644
--- a/sbin/mount_std/mount_std.c
+++ b/sbin/mount_std/mount_std.c
@@ -51,6 +51,7 @@ static const char rcsid[] =
#include <err.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sysexits.h>
#include <unistd.h>