Include missing headers.

This commit is contained in:
Stefan Farfeleder 2005-08-13 08:26:58 +00:00
parent c789373981
commit 955e9f68da
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include "shell.h" #include "shell.h"
#include "exec.h" /* defines padvance() */ #include "exec.h" /* defines padvance() */
#include "mail.h"
#include "var.h" #include "var.h"
#include "output.h" #include "output.h"
#include "memalloc.h" #include "memalloc.h"

View File

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