From 00771217a6e0ac59856b0030842a19127a1b2f98 Mon Sep 17 00:00:00 2001 From: stefanf Date: Sat, 13 Aug 2005 08:26:58 +0000 Subject: Include missing headers. --- bin/sh/mail.c | 1 + bin/sh/parser.c | 1 + 2 files changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 3056fad..fe03a73 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include "shell.h" #include "exec.h" /* defines padvance() */ +#include "mail.h" #include "var.h" #include "output.h" #include "memalloc.h" diff --git a/bin/sh/parser.c b/bin/sh/parser.c index 806259d..41d8513 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -39,6 +39,7 @@ static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95"; __FBSDID("$FreeBSD$"); #include +#include #include "shell.h" #include "parser.h" -- cgit v1.1