From 955e9f68da7237a2340353318565ae0dfa7f4d2e Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sat, 13 Aug 2005 08:26:58 +0000 Subject: [PATCH] Include missing headers. --- bin/sh/mail.c | 1 + bin/sh/parser.c | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 3056fad3f3eb..fe03a730bce2 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 806259d30e52..41d8513d799a 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"