summaryrefslogtreecommitdiffstats
path: root/bin/sh/mail.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-06-19 15:41:57 +0000
committerdes <des@FreeBSD.org>2001-06-19 15:41:57 +0000
commit8e8983228c23a31fab165ccea0111506ec3df90a (patch)
tree78df927bdd9463d2fdb6e5aa99e078a0a536b8f9 /bin/sh/mail.c
parentfda44bcae38083716d5b4788689f3146651d11d0 (diff)
downloadFreeBSD-src-8e8983228c23a31fab165ccea0111506ec3df90a.zip
FreeBSD-src-8e8983228c23a31fab165ccea0111506ec3df90a.tar.gz
Add more headers that are required with -fno-builtin (stdlib and strings)
Diffstat (limited to 'bin/sh/mail.c')
-rw-r--r--bin/sh/mail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/mail.c b/bin/sh/mail.c
index 826e89a..5403515 100644
--- a/bin/sh/mail.c
+++ b/bin/sh/mail.c
@@ -54,6 +54,7 @@ static const char rcsid[] =
#include "error.h"
#include <sys/types.h>
#include <sys/stat.h>
+#include <stdlib.h>
#define MAXMBOXES 10
OpenPOWER on IntegriCloud