mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-02 23:55:05 -04:00
[BUILD] fix build on FreeBSD (missing fd_set declaration)
Sorin Pop reported a patch to fix build on FreeBSD. The file common/standard.h used an fd_set in a declaration but did not include enough headers for it to be known.
This commit is contained in:
parent
e7a2438cae
commit
ca28d1e1cb
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <netinet/in.h>
|
||||
#include <common/config.h>
|
||||
#include <proto/fd.h>
|
||||
|
||||
/****** string-specific macros and functions ******/
|
||||
/* if a > max, then bound <a> to <max>. The macro returns the new <a> */
|
||||
|
|
|
|||
Loading…
Reference in a new issue