Include missing headers.

This commit is contained in:
Stefan Farfeleder 2005-08-13 08:26:58 +00:00
parent c789373981
commit 955e9f68da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149017
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -39,6 +39,7 @@ static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95";
__FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <unistd.h>
#include "shell.h"
#include "parser.h"