mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
config: Include errno.h in mkmakefile.cc
Commitda88842029("config: error out on malformed env/hint lines") added a reference to EINVAL. In some configurations the bootstrap tools build fails for lack of errno definitions. Fixes:da88842029("config: error out on malformed env/hint lines") Reported by: syzbot+b1a5d112a737d9a2be9b@syzkaller.appspotmail.com
This commit is contained in:
parent
4e696aff69
commit
8c8574acb8
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ static const char rcsid[] =
|
|||
*/
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <cerrno>
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <stdarg.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue