mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue