Include <errno.h> when compiling with -DDEBUG=2
PR: bin/18104 Submitted by: mellon@pobox.com
This commit is contained in:
parent
f01e3d0cfe
commit
e988388eff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user