mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-30 06:48:02 +00:00
[BUILD] cfgparse requires errno.h on OpenBSD.
This commit is contained in:
parent
2807efdb02
commit
0b4ed90de4
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Configuration parser
|
* Configuration parser
|
||||||
*
|
*
|
||||||
* Copyright 2000-2006 Willy Tarreau <w@1wt.eu>
|
* Copyright 2000-2007 Willy Tarreau <w@1wt.eu>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
@ -17,6 +17,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#include <common/cfgparse.h>
|
#include <common/cfgparse.h>
|
||||||
#include <common/config.h>
|
#include <common/config.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user