Include <errno.h> when compiling with -DDEBUG=2

PR:		bin/18104
Submitted by:	mellon@pobox.com
This commit is contained in:
Martin Cracauer 2000-04-20 09:55:57 +00:00
parent f01e3d0cfe
commit e988388eff

View File

@ -48,6 +48,9 @@ static const char rcsid[] =
#else
#include <varargs.h>
#endif
#if DEBUG == 2
#include <errno.h>
#endif
#include "shell.h"
#include "parser.h"